Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
738
static bool ArrayCanCast(hx::Object *inInstance)
739
{
740
return inInstance->__GetClass().mPtr == ArrayBase::__mClass.mPtr;
741
}
742
743
void ArrayBase::__boot()
744
{
Callers
nothing calls this directly
Calls
1
__GetClass
Method · 0.45
Tested by
no test coverage detected