MCPcopy 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
62void 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

GetPtrMethod · 0.80
setSlotMethod · 0.80

Tested by

no test coverage detected