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

Method OnContextOpen

ui/uinotification.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39void NotificationListener::OnContextOpen(UIContext* context)
40{
41 [[maybe_unused]] GlobalDebuggerUI* ui = GlobalDebuggerUI::CreateForContext(context);
42}
43
44
45void NotificationListener::OnContextClose(UIContext* context)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected