Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ droppedFileCB
Method
droppedFileCB
src/csvapplication.cpp:2953–2958 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2951
2952
2953
void CsvApplication::droppedFileCB(const char *path) {
2954
std::string sPath;
2955
sPath = path;
2956
std::cerr <<
"droppedFileCB: "
<< sPath << std::endl;
2957
app.openFile(sPath, false);
2958
}
2959
2960
2961
Callers
nothing calls this directly
Calls
1
openFile
Method · 0.80
Tested by
no test coverage detected