MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / containsNewLine

Function containsNewLine

src/jsoncpp.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262// ////////////////////////////////
263
264static bool containsNewLine(Reader::Location begin, Reader::Location end) {
265 for (; begin < end; ++begin)
266 if (*begin == '\n' || *begin == '\r')
267 return true;
268 return false;
269}
270
271// Class Reader
272// //////////////////////////////////////////////////////////////////

Callers 1

readCommentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected