MCPcopy Create free account
hub / github.com/Illumina/hap.py / containsNewLine

Function containsNewLine

external/jsoncpp/jsoncpp.cpp:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246static bool containsNewLine(Reader::Location begin, Reader::Location end) {
247 for (; begin < end; ++begin)
248 if (*begin == '\n' || *begin == '\r')
249 return true;
250 return false;
251}
252
253// Class Reader
254// //////////////////////////////////////////////////////////////////

Callers 1

readCommentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected