Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ IsPointer
Function
IsPointer
src/Dynamic.cpp:579–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
577
}
578
579
static bool IsPointer(hx::Object *inPtr)
580
{
581
return inPtr && inPtr->__GetType() >= vtAbstractBase;
582
}
583
584
static bool IsInt(hx::Object *inPtr)
585
{
Callers
nothing calls this directly
Calls
1
__GetType
Method · 0.45
Tested by
no test coverage detected