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

Method __unsafe_get

src/Array.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330
331
332Dynamic ArrayBase::__unsafe_get(const Dynamic &i)
333{
334 return __GetItem(i);
335}
336
337
338Dynamic ArrayBase::__unsafe_set(const Dynamic &i, const Dynamic &val)

Callers 2

joinArrayMethod · 0.80
_hx_array_unsafe_getFunction · 0.80

Calls 1

__GetItemFunction · 0.85

Tested by

no test coverage detected