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

Method get

src/hx/thread/ThreadImpl.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 hx::thread::ThreadImpl_obj* get() const
30 {
31 return root ? reinterpret_cast<hx::thread::ThreadImpl_obj*>(*root) : nullptr;
32 }
33 };
34
35 thread_local ThreadInfoHolder tls;

Callers 2

currentMethod · 0.45
idMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected