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

Method setSlot

src/hx/thread/ThreadImpl.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void hx::thread::ThreadImpl_obj::setSlot(const int id, const Dynamic& obj)
159{
160 slots->__SetItem(id, obj);
161}
162
163void hx::thread::ThreadImpl_obj::__Mark(HX_MARK_PARAMS)
164{

Callers 2

__hxcpp_tls_setFunction · 0.80
setMethod · 0.80

Calls 1

__SetItemMethod · 0.45

Tested by

no test coverage detected