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

Function ArrayCreateArgs

src/Array.cpp:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731
732Dynamic ArrayCreateEmpty() { return new Array<Dynamic>(0,0); }
733Dynamic ArrayCreateArgs(DynamicArray inArgs)
734{
735 return inArgs->__copy();
736}
737
738static bool ArrayCanCast(hx::Object *inInstance)
739{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected