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

Method GetForViewFrame

ui/ui.cpp:1557–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555
1556
1557DebuggerUI* DebuggerUI::GetForViewFrame(ViewFrame* frame)
1558{
1559 if (g_viewFrameMap.find(frame) != g_viewFrameMap.end())
1560 {
1561 return g_viewFrameMap[frame].get();
1562 }
1563 return nullptr;
1564}
1565
1566
1567void DebuggerUI::DeleteForViewFrame(ViewFrame* frame)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected