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

Function __unsafe_set

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

Source from the content-addressed store, hash-verified

504 }
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

Callers

nothing calls this directly

Calls 1

__SetItemFunction · 0.85

Tested by

no test coverage detected