MCPcopy Create free account
hub / github.com/Illumina/paragraph / OurReader

Method OurReader

external/jsoncpp/jsoncpp.cpp:1262–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262OurReader::OurReader(OurFeatures const& features)
1263 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),
1264 lastValue_(), commentsBefore_(),
1265 features_(features), collectComments_() {
1266}
1267
1268bool OurReader::parse(const char* beginDoc,
1269 const char* endDoc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected