MCPcopy 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
28void ProcessInfo::AddThread(std::shared_ptr<ThreadInfo> thread) {
29 _threads.push_back(thread);
30}
31
32void ProcessInfo::ClearThreads() {
33 _threads.clear();

Callers 1

BuildProcessInfoMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected