| 43 | |
| 44 | |
| 45 | void NotificationListener::OnContextClose(UIContext* context) |
| 46 | { |
| 47 | GlobalDebuggerUI::RemoveForContext(context); |
| 48 | } |
| 49 | |
| 50 | |
| 51 | bool NotificationListener::OnBeforeOpenDatabase(UIContext* context, FileMetadataRef metadata) |
nothing calls this directly
no outgoing calls
no test coverage detected