Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
value isBool(value inVal)
190
{
191
return alloc_bool( val_is_bool(inVal) );
192
}
193
DEFINE_PRIM(isBool,1);
194
195
value isNull(value inVal)
Callers
nothing calls this directly
Calls
2
val_is_bool
Function · 0.85
alloc_bool
Function · 0.50
Tested by
no test coverage detected