Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ setSlot
Method
setSlot
src/hx/thread/ThreadImpl.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void hx::thread::ThreadImpl_obj::setSlot(const int id, const Dynamic& obj)
159
{
160
slots->__SetItem(id, obj);
161
}
162
163
void hx::thread::ThreadImpl_obj::__Mark(HX_MARK_PARAMS)
164
{
Callers
2
__hxcpp_tls_set
Function · 0.80
set
Method · 0.80
Calls
1
__SetItem
Method · 0.45
Tested by
no test coverage detected