MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / containsNewLine

Function containsNewLine

src/share/jsoncpp/jsoncpp.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299// ////////////////////////////////
300
301static bool containsNewLine(Reader::Location begin, Reader::Location end) {
302 for (; begin < end; ++begin)
303 if (*begin == '\n' || *begin == '\r')
304 return true;
305 return false;
306}
307
308// Class Reader
309// //////////////////////////////////////////////////////////////////

Callers 1

readCommentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected