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

Function ____unsafe_get

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

Source from the content-addressed store, hash-verified

277 inline void ____SetSizeExact(int len) { __SetSizeExact(len); }
278 inline Dynamic ____unsafe_set(const Dynamic &i, const Dynamic &val) { return __SetItem(i,val); }
279 inline Dynamic ____unsafe_get(const Dynamic &i) { return __GetItem(i); }
280
281 virtual hx::ArrayBase *__concat(const cpp::VirtualArray &a0) = 0;
282 virtual hx::ArrayBase *__copy() = 0;

Callers

nothing calls this directly

Calls 1

__GetItemFunction · 0.85

Tested by

no test coverage detected