MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~CsvGrid

Method ~CsvGrid

src/csvgrid.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61CsvGrid::~CsvGrid() {
62 DEBUG_PRINTF("#### CsvGrid::~CsvGrid\n");
63 delete(input);
64}
65
66
67int CsvGrid::handle(int event) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected