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

Function val_string

src/hx/CFFI.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360
361const char * val_string(hx::Object * arg1)
362{
363 if (arg1==0) return "";
364 return arg1->__CStr();
365}
366
367
368hx::Object * alloc_string(const char * arg1)

Callers 5

subBufferFunction · 0.85
getByteDataFunction · 0.85
resizeByteDataFunction · 0.85
val_get_stringFunction · 0.85
AutoValueClass · 0.85

Calls 1

__CStrMethod · 0.45

Tested by

no test coverage detected