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

Function valToString

test/cffi/project/Project.cpp:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225
226value valToString(value a, value b)
227{
228 buffer buf = alloc_buffer("String:");
229 val_buffer(buf,a);
230 val_buffer(buf,b);
231 return buffer_to_string(buf);
232}
233DEFINE_PRIM(valToString, 2);
234
235

Callers

nothing calls this directly

Calls 3

alloc_bufferFunction · 0.85
val_bufferFunction · 0.85
buffer_to_stringFunction · 0.85

Tested by

no test coverage detected