Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ set
Method
set
src/hx/thread/ThreadLocal.cpp:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void hx::thread::ThreadLocal_obj::set(Dynamic obj)
63
{
64
auto current = reinterpret_cast<hx::thread::ThreadImpl_obj*>(Thread_obj::current().GetPtr());
65
66
current->setSlot(impl->slot, obj);
67
}
Callers
nothing calls this directly
Calls
2
GetPtr
Method · 0.80
setSlot
Method · 0.80
Tested by
no test coverage detected