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

Method push_back

src/csvdatastorage.cpp:268–270  ·  view source on GitHub ↗

push_back(std::vector > row) Adds row to the end of the table data */

Source from the content-addressed store, hash-verified

266 Adds row to the end of the table data
267 */
268void CsvDataStorage::push_back(std::string rowString) {
269 tableData.push_back(rowString);
270}
271
272void CsvDataStorage::push_back(std::vector<std::string> row) {
273 tableData.push_back(mergeString(row));

Callers 15

copyBlockMethod · 0.80
exportJSONMethod · 0.80
flagInconsistentDataMethod · 0.80
internalStoreIntsMethod · 0.80
internalStoreStringsMethod · 0.80
parseCsvStreamMethod · 0.80
parseCsvLineMethod · 0.80
addUndoStateTableMethod · 0.80
addUndoStateCellMethod · 0.80
latin1toutf8Method · 0.80
win1252toutf8Method · 0.80

Calls

no outgoing calls

Tested by 5

DOCTEST_DEFINE_DECORATORFunction · 0.64
subcase_startMethod · 0.64
subcase_startMethod · 0.64
parseCommaSepArgsFunction · 0.64
runMethod · 0.64