MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / api_alloc_raw_string

Function api_alloc_raw_string

include/hx/CFFINekoLoader.h:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153neko_value api_alloc_raw_string(int inLength)
154{
155 CheckInitDynamicNekoLoader();
156 return dyn_alloc_empty_string(inLength);
157}
158
159
160#define NEKO_NOT_IMPLEMENTED(func) dyn_fail(api_alloc_string("NOT Implemented:" func),__FILE__,__LINE__)

Callers 1

api_alloc_string_lenFunction · 0.85

Calls 1

Tested by

no test coverage detected