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

Function ____SetSize

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

Source from the content-addressed store, hash-verified

274#endif
275
276 inline void ____SetSize(int len) { resize(len); }
277 inline void ____SetSizeExact(int len) { __SetSizeExact(len); }
278 inline Dynamic ____unsafe_set(const Dynamic &i, const Dynamic &val) { return __SetItem(i,val); }
279 inline Dynamic ____unsafe_get(const Dynamic &i) { return __GetItem(i); }

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected