MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / get

Method get

src/hx/thread/ThreadLocal.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55Dynamic hx::thread::ThreadLocal_obj::get()
56{
57 auto current = reinterpret_cast<hx::thread::ThreadImpl_obj*>(Thread_obj::current().GetPtr());
58
59 return current->getSlot(impl->slot);
60}
61
62void hx::thread::ThreadLocal_obj::set(Dynamic obj)
63{

Callers 4

createMethod · 0.45
runMethod · 0.45
createMethod · 0.45
runMethod · 0.45

Calls 2

GetPtrMethod · 0.80
getSlotMethod · 0.80

Tested by

no test coverage detected