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

Function valIsBuffer

test/cffi/project/Project.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236
237value valIsBuffer(value bufVal)
238{
239 return alloc_bool( val_is_buffer(bufVal) );
240}
241DEFINE_PRIM(valIsBuffer, 1);
242
243

Callers

nothing calls this directly

Calls 2

val_is_bufferFunction · 0.85
alloc_boolFunction · 0.50

Tested by

no test coverage detected