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

Function __resize

include/Array.h:960–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958 cpp::VirtualArray_obj* __map(const DynamicMappingFunc& func) HXCPP_OVERRIDE { return map(func).mPtr; }
959#endif
960 void __resize(int inLen) HXCPP_OVERRIDE { resize(inLen); }
961
962 hx::ArrayBase *__filter(const DynamicFilterFunc &func) HXCPP_OVERRIDE { return filter(func).mPtr; }
963 void __blit(int inDestElement,const cpp::VirtualArray &inSourceArray,int inSourceElement,int inElementCount) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected