MCPcopy 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
579static bool IsPointer(hx::Object *inPtr)
580{
581 return inPtr && inPtr->__GetType() >= vtAbstractBase;
582}
583
584static bool IsInt(hx::Object *inPtr)
585{

Callers

nothing calls this directly

Calls 1

__GetTypeMethod · 0.45

Tested by

no test coverage detected