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

Method DeleteForViewFrame

ui/ui.cpp:1567–1570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565
1566
1567void DebuggerUI::DeleteForViewFrame(ViewFrame* frame)
1568{
1569 g_viewFrameMap.erase(frame);
1570}
1571
1572
1573GlobalDebuggerUI* GlobalDebuggerUI::CreateForContext(UIContext* context)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected