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

Function __get

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

Source from the content-addressed store, hash-verified

387
388
389 inline Dynamic __get(int inIndex) const { return __GetItem(inIndex); }
390
391 // Plain old data element size - or 0 if not plain-old-data
392 int getArrayConvertId() const { return mArrayConvertId; }

Callers 4

__GetItemFunction · 0.70
ItemStringFunction · 0.70
popFunction · 0.70
shiftFunction · 0.70

Calls 2

__GetItemFunction · 0.85
nullClass · 0.70

Tested by

no test coverage detected