Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __pointerToBase
Method
__pointerToBase
src/Array.cpp:693–696 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
691
692
#if (HXCPP_API_LEVEL>=500)
693
hx::Val ArrayBase::__pointerToBase()
694
{
695
return cpp::CreateDynamicPointer(mBase);
696
}
697
#endif
698
699
static String sArrayFields[] = {
Callers
nothing calls this directly
Calls
1
CreateDynamicPointer
Function · 0.85
Tested by
no test coverage detected