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

Method __unsafe_set

src/Array.cpp:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336
337
338Dynamic ArrayBase::__unsafe_set(const Dynamic &i, const Dynamic &val)
339{
340 return __SetItem(i,val);
341}
342
343
344

Callers 6

joinArrayMethod · 0.80
runObjectMethod · 0.80
ArrayMethod · 0.80
setDynamicMethod · 0.80
_hx_array_unsafe_setFunction · 0.80
mapMethod · 0.80

Calls 1

__SetItemFunction · 0.85

Tested by

no test coverage detected