Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ SplitLines
Function
SplitLines
base/string/algorithm.cpp:440–446 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
}
439
440
void SplitLines(
441
const StringPiece& full,
442
std::vector<std::string>* result,
443
bool keep_line_endling)
444
{
445
DoSplitLines(full, result, keep_line_endling);
446
}
447
448
void SplitLines(
449
const StringPiece& full,
Callers
2
TestSplitLines
Function · 0.85
Parse
Method · 0.85
Calls
1
DoSplitLines
Function · 0.85
Tested by
1
TestSplitLines
Function · 0.68