Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
value valIsBuffer(value bufVal)
238
{
239
return alloc_bool( val_is_buffer(bufVal) );
240
}
241
DEFINE_PRIM(valIsBuffer, 1);
242
243
Callers
nothing calls this directly
Calls
2
val_is_buffer
Function · 0.85
alloc_bool
Function · 0.50
Tested by
no test coverage detected