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

Function __push

include/Array.h:942–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940 ::String __join(::String a0) HXCPP_OVERRIDE { return join(a0); }
941 Dynamic __pop() HXCPP_OVERRIDE { return pop(); }
942 int __push(const Dynamic &a0) HXCPP_OVERRIDE { return push(a0);}
943 bool __contains(const Dynamic &a0) HXCPP_OVERRIDE { return contains(a0); }
944 bool __remove(const Dynamic &a0) HXCPP_OVERRIDE { return remove(a0); }
945 bool __removeAt(int inIndex) HXCPP_OVERRIDE { return removeAt(inIndex); }

Callers

nothing calls this directly

Calls 1

pushFunction · 0.70

Tested by

no test coverage detected