MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / onFileSaved

Method onFileSaved

src/appwindow.cpp:1653–1656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1651}
1652
1653void AppWindow::onFileSaved(MainWindow *window)
1654{
1655 triggerWakaTime(window, true);
1656}
1657
1658void AppWindow::triggerWakaTime(MainWindow *window, bool isWrite)
1659{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected