Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ SetExecutorThread
Method
SetExecutorThread
CobaltFusion/Executor.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void Executor::SetExecutorThread()
174
{
175
m_threadId = std::this_thread::get_id();
176
}
177
178
void Executor::SetExecutorThread(std::thread::id id)
179
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected