Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __unsafe_get
Function
__unsafe_get
include/cpp/VirtualArray.h:507–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
510
template<typename T>
Callers
2
filter
Method · 0.85
map
Method · 0.85
Calls
1
__GetItem
Function · 0.85
Tested by
no test coverage detected