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

Function isBool

test/cffi/project/Project.cpp:189–192  ·  view source on GitHub ↗

Old-style CFFI

Source from the content-addressed store, hash-verified

187
188// Old-style CFFI
189value isBool(value inVal)
190{
191 return alloc_bool( val_is_bool(inVal) );
192}
193DEFINE_PRIM(isBool,1);
194
195value isNull(value inVal)

Callers

nothing calls this directly

Calls 2

val_is_boolFunction · 0.85
alloc_boolFunction · 0.50

Tested by

no test coverage detected