Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
Dynamic ArrayBase::__unsafe_set(const Dynamic &i, const Dynamic &val)
339
{
340
return __SetItem(i,val);
341
}
342
343
344
Callers
6
joinArray
Method · 0.80
runObject
Method · 0.80
Array
Method · 0.80
setDynamic
Method · 0.80
_hx_array_unsafe_set
Function · 0.80
map
Method · 0.80
Calls
1
__SetItem
Function · 0.85
Tested by
no test coverage detected