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

Method parse

src/share/jsoncpp/jsoncpp.cpp:2123–2131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2121 , reader_(features)
2122 {}
2123 bool parse(
2124 char const* beginDoc, char const* endDoc,
2125 Value* root, JSONCPP_STRING* errs) JSONCPP_OVERRIDE {
2126 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
2127 if (errs) {
2128 *errs = reader_.getFormattedErrorMessages();
2129 }
2130 return ok;
2131 }
2132};
2133
2134CharReaderBuilder::CharReaderBuilder()

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected