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

Method __SetSizeExact

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

Source from the content-addressed store, hash-verified

1242
1243template<typename ELEM_>
1244Array<ELEM_> Array_obj<ELEM_>::__SetSizeExact(int inLen)
1245{
1246 ArrayBase::__SetSizeExact(inLen);
1247 return this;
1248}
1249
1250// Static externs
1251template<typename ARRAY>

Callers 3

_hx_array_set_size_exactFunction · 0.45
__newFunction · 0.45
__SetSizeExactFunction · 0.45

Calls 1

__SetSizeExactFunction · 0.85

Tested by

no test coverage detected