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

Function __SetSize

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

Source from the content-addressed store, hash-verified

377 base->resize(inLen);
378 }
379 void __SetSize(int inLen) { resize(inLen); }
380
381 VirtualArray __SetSizeExact(int inLen=0)
382 {

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected