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

Function val_is_buffer

src/hx/CFFI.cpp:565–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565bool val_is_buffer(value inVal) { return val_to_buffer((hx::Object *)inVal)!=0; }
566
567
568

Callers 3

valIsBufferFunction · 0.85
getByteDataFunction · 0.85
resizeByteDataFunction · 0.85

Calls 1

val_to_bufferFunction · 0.85

Tested by

no test coverage detected