MCPcopy 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
440void 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
448void SplitLines(
449 const StringPiece& full,

Callers 2

TestSplitLinesFunction · 0.85
ParseMethod · 0.85

Calls 1

DoSplitLinesFunction · 0.85

Tested by 1

TestSplitLinesFunction · 0.68