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

Method CreateEmptyArray

src/Array.cpp:1278–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1276}
1277
1278void VirtualArray_obj::CreateEmptyArray(int inLen)
1279{
1280 base = new Array_obj<Dynamic>(inLen,inLen);
1281 HX_OBJ_WB_GET(this,base);
1282}
1283
1284void VirtualArray_obj::EnsureBase()
1285{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected