MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL arraySetSizeExact

Function SLJIT_CALL arraySetSizeExact

src/hx/cppia/ArrayVirtual.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 return inObj->concat(Dynamic(inValue)).mPtr;
28}
29static void SLJIT_CALL arraySetSizeExact(ArrayAnyImpl *inObj, int inSize)
30{
31 inObj->__SetSizeExact(inSize);
32}
33static void SLJIT_CALL arrayResize(ArrayAnyImpl *inObj, int inSize)
34{
35 inObj->resize(inSize);

Callers

nothing calls this directly

Calls 1

__SetSizeExactMethod · 0.45

Tested by

no test coverage detected