Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ Clear
Method
Clear
DebugView++Lib/ProcessInfo.cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void ProcessInfo::Clear()
43
{
44
m_unqiueId = 0;
45
m_processProperties.clear();
46
}
47
48
size_t ProcessInfo::GetPrivateBytes()
49
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected