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

Method runSetSizeExact

src/hx/cppia/ArrayBuiltin.cpp:1168–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166 }
1167
1168 static void SLJIT_CALL runSetSizeExact( Array_obj<ELEM> *inArray, int size )
1169 {
1170 inArray->__SetSizeExact(size);
1171 }
1172
1173 static void SLJIT_CALL runResize( Array_obj<ELEM> *inArray, int size )
1174 {

Callers

nothing calls this directly

Calls 1

__SetSizeExactMethod · 0.45

Tested by

no test coverage detected