Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ getSlot
Method
getSlot
src/hx/thread/ThreadImpl.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
Dynamic hx::thread::ThreadImpl_obj::getSlot(const int id)
154
{
155
return slots[id];
156
}
157
158
void hx::thread::ThreadImpl_obj::setSlot(const int id, const Dynamic& obj)
159
{
Callers
2
__hxcpp_tls_get
Function · 0.80
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected