Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ bufferToString
Function
bufferToString
test/cffi/project/Project.cpp:218–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
217
218
value bufferToString(value bufVal)
219
{
220
buffer buf = val_to_buffer(bufVal);
221
return buffer_to_string(buf);
222
}
223
DEFINE_PRIM(bufferToString, 1);
224
225
Callers
nothing calls this directly
Calls
2
val_to_buffer
Function · 0.85
buffer_to_string
Function · 0.85
Tested by
no test coverage detected