Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ saveFileCB
Method
saveFileCB
src/csvapplication.cpp:381–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
app.openFile(false);
380
}
381
void CsvApplication::saveFileCB(Fl_Widget *, void *) {
382
app.saveFile(false);
383
}
384
void CsvApplication::saveFileAsCB(Fl_Widget *, void *) {
385
app.saveFile(true);
386
}
Callers
1
MyMenuCallback
Method · 0.80
Calls
1
saveFile
Method · 0.80
Tested by
no test coverage detected