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

Method OnBeforeOpenFile

ui/uinotification.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63bool NotificationListener::OnBeforeOpenFile(UIContext* context, FileContext* file)
64{
65 return true;
66}
67
68
69void NotificationListener::OnAfterOpenFile(UIContext* context, FileContext* file, ViewFrame* frame) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected