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

Function appendString

test/cffi/project/Project.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208
209value appendString(value bufVal, value stringVal)
210{
211 buffer buf = val_to_buffer(bufVal);
212 val_buffer(buf,stringVal);
213 return buffer_val(buf);
214}
215DEFINE_PRIM(appendString,2);
216
217

Callers

nothing calls this directly

Calls 3

val_to_bufferFunction · 0.85
val_bufferFunction · 0.85
buffer_valFunction · 0.85

Tested by

no test coverage detected