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

Function _hx_reslove_virtual_array

src/Array.cpp:1347–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345} // End namespace cpp
1346
1347Dynamic _hx_reslove_virtual_array(cpp::VirtualArray inArray)
1348{
1349 if (!inArray.mPtr)
1350 return Dynamic();
1351 if (inArray->store==hx::arrayFixed || inArray->store==hx::arrayObject)
1352 return inArray->__GetRealObject();
1353 return inArray;
1354}
1355
1356#endif

Callers

nothing calls this directly

Calls 1

DynamicClass · 0.50

Tested by

no test coverage detected