Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ ~DebugProcessView
Method
~DebugProcessView
core/processview.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
DebugProcessView::~DebugProcessView()
62
{
63
if (m_controller)
64
m_controller->RemoveEventCallback(m_eventCallback);
65
}
66
67
68
bool DebugProcessView::Init()
Callers
nothing calls this directly
Calls
1
RemoveEventCallback
Method · 0.45
Tested by
no test coverage detected