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

Function __contains

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

Source from the content-addressed store, hash-verified

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); }
946 int __indexOf(const Dynamic &a0,const Dynamic &a1) HXCPP_OVERRIDE { return indexOf(a0, a1); }

Callers

nothing calls this directly

Calls 1

containsFunction · 0.70

Tested by

no test coverage detected