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

Method runConcat

src/hx/cppia/ArrayBuiltin.cpp:1152–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1150 }
1151
1152 static hx::Object *SLJIT_CALL runConcat( Array_obj<ELEM> *inArray, Array_obj<ELEM> *inOther )
1153 {
1154 return inArray->concat(inOther).mPtr;
1155 }
1156
1157
1158 static hx::Object *SLJIT_CALL runGetIteratator( Array_obj<ELEM> *inArray )

Callers

nothing calls this directly

Calls 1

concatMethod · 0.80

Tested by

no test coverage detected