MCPcopy 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
153Dynamic hx::thread::ThreadImpl_obj::getSlot(const int id)
154{
155 return slots[id];
156}
157
158void hx::thread::ThreadImpl_obj::setSlot(const int id, const Dynamic& obj)
159{

Callers 2

__hxcpp_tls_getFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected