Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
Dynamic ArrayBase::__unsafe_get(const Dynamic &i)
333
{
334
return __GetItem(i);
335
}
336
337
338
Dynamic ArrayBase::__unsafe_set(const Dynamic &i, const Dynamic &val)
Callers
2
joinArray
Method · 0.80
_hx_array_unsafe_get
Function · 0.80
Calls
1
__GetItem
Function · 0.85
Tested by
no test coverage detected