Luna::retain_name
void retain_name(const c8 *name)
Increases the reference count of the name string by 1.
Parameters
-
in name
The pointer of the string. If this is
nullptr
, this call does nothing.
Valid Usage
- If
name
is notnullptr
, it must be a string pointer returned by intern_name.