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

Function __unsafe_get

include/cpp/VirtualArray.h:507–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505
506 inline Dynamic __unsafe_set(int inIndex, const Dynamic &val) { return __SetItem(inIndex,val); }
507 inline Dynamic __unsafe_get(int inIndex) { return __GetItem(inIndex); }
508
509
510 template<typename T>

Callers 2

filterMethod · 0.85
mapMethod · 0.85

Calls 1

__GetItemFunction · 0.85

Tested by

no test coverage detected