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

Method __GetItem

src/Array.cpp:1026–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026Dynamic VirtualArray_obj::__GetItem(int inIndex) const
1027{
1028 checkBase();
1029 if (store==hx::arrayEmpty || inIndex<0 || inIndex>=get_length()) return
1030 null();
1031 return base->__GetItem(inIndex);
1032}
1033
1034Dynamic VirtualArray_obj::__SetItem(int inIndex,Dynamic inValue)
1035{

Callers 1

mapMethod · 0.45

Calls 3

checkBaseFunction · 0.85
get_lengthFunction · 0.85
nullClass · 0.50

Tested by

no test coverage detected