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

Method cellContainsLineBreak

src/csvdatastorage.cpp:409–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407
408
409bool CsvDataStorage::cellContainsLineBreak(table_index_t R, table_index_t C) {
410 return get(R,C).find("\n") != std::string::npos;
411}
412
413/**
414 splitString()

Callers

nothing calls this directly

Calls 2

getFunction · 0.85
findMethod · 0.80

Tested by

no test coverage detected