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