MCPcopy Create free account
hub / github.com/Vector35/debugger / RemoveForContext

Method RemoveForContext

ui/ui.cpp:1594–1597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592
1593
1594void GlobalDebuggerUI::RemoveForContext(UIContext* context)
1595{
1596 g_contextMap.erase(context);
1597}
1598
1599
1600void GlobalDebuggerUI::SetActiveFrame(ViewFrame* frame)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected