Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
const char * val_string(hx::Object * arg1)
362
{
363
if (arg1==0) return
""
;
364
return arg1->__CStr();
365
}
366
367
368
hx::Object * alloc_string(const char * arg1)
Callers
5
subBuffer
Function · 0.85
getByteData
Function · 0.85
resizeByteData
Function · 0.85
val_get_string
Function · 0.85
AutoValue
Class · 0.85
Calls
1
__CStr
Method · 0.45
Tested by
no test coverage detected