| 37 | |
| 38 | |
| 39 | void NotificationListener::OnContextOpen(UIContext* context) |
| 40 | { |
| 41 | [[maybe_unused]] GlobalDebuggerUI* ui = GlobalDebuggerUI::CreateForContext(context); |
| 42 | } |
| 43 | |
| 44 | |
| 45 | void NotificationListener::OnContextClose(UIContext* context) |
nothing calls this directly
no outgoing calls
no test coverage detected