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

Function ArrayCanCast

src/Array.cpp:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738static bool ArrayCanCast(hx::Object *inInstance)
739{
740 return inInstance->__GetClass().mPtr == ArrayBase::__mClass.mPtr;
741}
742
743void ArrayBase::__boot()
744{

Callers

nothing calls this directly

Calls 1

__GetClassMethod · 0.45

Tested by

no test coverage detected