Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
409
bool 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
get
Function · 0.85
find
Method · 0.80
Tested by
no test coverage detected