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

Method OnBeforeSaveFile

ui/uinotification.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72bool NotificationListener::OnBeforeSaveFile(UIContext* context, FileContext* file, ViewFrame* frame)
73{
74 return true;
75}
76
77
78void NotificationListener::OnAfterSaveFile(UIContext* context, FileContext* file, ViewFrame* frame) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected