MCPcopy 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
2953void 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

openFileMethod · 0.80

Tested by

no test coverage detected