MCPcopy 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)
693hx::Val ArrayBase::__pointerToBase()
694{
695 return cpp::CreateDynamicPointer(mBase);
696}
697#endif
698
699static String sArrayFields[] = {

Callers

nothing calls this directly

Calls 1

CreateDynamicPointerFunction · 0.85

Tested by

no test coverage detected