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

Method runCopy

src/hx/cppia/ArrayBuiltin.cpp:1186–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184 }
1185
1186 static hx::Object * SLJIT_CALL runCopy( Array_obj<ELEM> *inArray)
1187 {
1188 return inArray->copy().mPtr;
1189 }
1190
1191 static void SLJIT_CALL runBlit( JitMultiArg *inArgs)
1192 {

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected