MCPcopy Create free account
hub / github.com/Rezonality/zep / string_split_lines

Function string_split_lines

src/mcommon/string/stringutils.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void string_split_lines(const std::string& text, std::vector<std::string>& split)
327{
328 string_split(text, "\r\n", split);
329}
330
331std::string string_slurp_if(std::string::const_iterator& itr, std::string::const_iterator itrEnd, char first, char last)
332{

Callers

nothing calls this directly

Calls 1

string_splitFunction · 0.85

Tested by

no test coverage detected