MCPcopy 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
218value bufferToString(value bufVal)
219{
220 buffer buf = val_to_buffer(bufVal);
221 return buffer_to_string(buf);
222}
223DEFINE_PRIM(bufferToString, 1);
224
225

Callers

nothing calls this directly

Calls 2

val_to_bufferFunction · 0.85
buffer_to_stringFunction · 0.85

Tested by

no test coverage detected