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

Method setFileDefinition

src/csvtable.cpp:592–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590
591
592void CsvTable::setFileDefinition(CsvDefinition fileDefinition) {
593 this->fileDefinition = fileDefinition;
594}
595
596
597/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected