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

Method GetForContext

ui/ui.cpp:1584–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1582
1583
1584GlobalDebuggerUI* GlobalDebuggerUI::GetForContext(UIContext* context)
1585{
1586 if (g_contextMap.find(context) != g_contextMap.end())
1587 {
1588 return g_contextMap[context].get();
1589 }
1590 return nullptr;
1591}
1592
1593
1594void GlobalDebuggerUI::RemoveForContext(UIContext* context)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected