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

Function ____unsafe_set

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

Source from the content-addressed store, hash-verified

276 inline void ____SetSize(int len) { resize(len); }
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;

Callers

nothing calls this directly

Calls 1

__SetItemFunction · 0.85

Tested by

no test coverage detected