| 49 | |
| 50 | |
| 51 | bool NotificationListener::OnBeforeOpenDatabase(UIContext* context, FileMetadataRef metadata) |
| 52 | { |
| 53 | return true; |
| 54 | } |
| 55 | |
| 56 | |
| 57 | bool NotificationListener::OnAfterOpenDatabase(UIContext* context, FileMetadataRef metadata, BinaryViewRef data) |
nothing calls this directly
no outgoing calls
no test coverage detected