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

Function SLJIT_CALL runCopy

src/hx/cppia/ArrayVirtual.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67static hx::Object * SLJIT_CALL runCopy( ArrayAnyImpl *inArray)
68{
69 return (inArray->copy()).mPtr;
70}
71
72
73

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected