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

Function __GetItem

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

Source from the content-addressed store, hash-verified

575 bool AllocAtomic() const HXCPP_OVERRIDE { return !hx::ContainsPointers<ELEM_>(); }
576
577 Dynamic __GetItem(int inIndex) const HXCPP_OVERRIDE { return __get(inIndex); }
578 Dynamic __SetItem(int inIndex, Dynamic inValue) HXCPP_OVERRIDE
579 {
580 ELEM_ &elem = Item(inIndex);

Callers 4

__unsafe_getMethod · 0.85
____unsafe_getFunction · 0.85
__getFunction · 0.85
__unsafe_getFunction · 0.85

Calls 1

__getFunction · 0.70

Tested by

no test coverage detected