MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / CsvDataStorage

Method CsvDataStorage

src/csvdatastorage.cpp:40–42  ·  view source on GitHub ↗

CsvDataStorage() */

Source from the content-addressed store, hash-verified

38 CsvDataStorage()
39 */
40CsvDataStorage::CsvDataStorage() {
41 resize(0,0);
42}
43
44
45/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected