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

Method OnBeforeOpenDatabase

ui/uinotification.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51bool NotificationListener::OnBeforeOpenDatabase(UIContext* context, FileMetadataRef metadata)
52{
53 return true;
54}
55
56
57bool NotificationListener::OnAfterOpenDatabase(UIContext* context, FileMetadataRef metadata, BinaryViewRef data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected