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

Method row

src/csvtable.cpp:147–149  ·  view source on GitHub ↗

Return R-th row */

Source from the content-addressed store, hash-verified

145 Return R-th row
146 */
147std::vector<std::string> CsvTable::row(table_index_t R) {
148 return storage.row(R);
149}
150
151
152/**

Callers 2

saveCsvMethod · 0.45
loadFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected