MCPcopy Create free account
hub / github.com/TheHPXProject/hpx / set

Method set

libs/core/execution_base/src/this_thread.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 agent_base* set(agent_base* context) noexcept
224 {
225 std::swap(context, impl_);
226 return context;
227 }
228
229 agent_base* impl_;
230 };

Callers 9

setFunction · 0.45
unsetFunction · 0.45
construct_exception_infoFunction · 0.45
custom_exception_infoFunction · 0.45
reset_agentMethod · 0.45
~reset_agentMethod · 0.45
setFunction · 0.45
setFunction · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected