Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ AddThread
Method
AddThread
WinSysCore/ProcessInfo.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void ProcessInfo::AddThread(std::shared_ptr<ThreadInfo> thread) {
29
_threads.push_back(thread);
30
}
31
32
void ProcessInfo::ClearThreads() {
33
_threads.clear();
Callers
1
BuildProcessInfo
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected