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

Method parse

external/jsoncpp/jsoncpp.cpp:2148–2156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2146 , reader_(features)
2147 {}
2148 bool parse(
2149 char const* beginDoc, char const* endDoc,
2150 Value* root, JSONCPP_STRING* errs) JSONCPP_OVERRIDE {
2151 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
2152 if (errs) {
2153 *errs = reader_.getFormattedErrorMessages();
2154 }
2155 return ok;
2156 }
2157};
2158
2159CharReaderBuilder::CharReaderBuilder()

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected