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

Method runSplice

src/hx/cppia/ArrayBuiltin.cpp:1137–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135 }
1136
1137 static hx::Object * SLJIT_CALL runSplice( Array_obj<ELEM> *inArray, int pos, int len )
1138 {
1139 return inArray->splice(pos, len).mPtr;
1140 }
1141
1142 static void SLJIT_CALL runRemoveRange( Array_obj<ELEM> *inArray, int pos, int len )
1143 {

Callers

nothing calls this directly

Calls 1

spliceMethod · 0.45

Tested by

no test coverage detected