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

Function SLJIT_CALL runCopy

src/hx/cppia/ArrayBuiltin.cpp:2009–2012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2007}
2008
2009static hx::Object * SLJIT_CALL runCopy( ArrayAnyImpl *inArray)
2010{
2011 return (inArray->copy()).mPtr;
2012}
2013
2014
2015

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected