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

Method OnAfterOpenDatabase

ui/uinotification.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57bool NotificationListener::OnAfterOpenDatabase(UIContext* context, FileMetadataRef metadata, BinaryViewRef data)
58{
59 return true;
60}
61
62
63bool NotificationListener::OnBeforeOpenFile(UIContext* context, FileContext* file)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected