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

Function resize

include/cpp/VirtualArray.h:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 }
371
372 void resize(int inLen)
373 {
374 if (!base)
375 CreateEmptyArray(inLen);
376 else
377 base->resize(inLen);
378 }
379 void __SetSize(int inLen) { resize(inLen); }
380
381 VirtualArray __SetSizeExact(int inLen=0)

Callers 1

__SetSizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected