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

Function SLJIT_CALL arrayConcat

src/hx/cppia/ArrayVirtual.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 return inObj->remove(inValue);
24}
25static hx::Object * SLJIT_CALL arrayConcat(ArrayAnyImpl *inObj, hx::Object *inValue)
26{
27 return inObj->concat(Dynamic(inValue)).mPtr;
28}
29static void SLJIT_CALL arraySetSizeExact(ArrayAnyImpl *inObj, int inSize)
30{
31 inObj->__SetSizeExact(inSize);

Callers

nothing calls this directly

Calls 2

concatMethod · 0.80
DynamicClass · 0.50

Tested by

no test coverage detected