MCPcopy Create free account
hub / github.com/Samsung/UTopia / parse

Method parse

external/jsoncpp/jsoncpp.cpp:2082–2089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2080 OurCharReader(bool collectComments, OurFeatures const &features)
2081 : collectComments_(collectComments), reader_(features) {}
2082 bool parse(char const *beginDoc, char const *endDoc, Value *root,
2083 String *errs) override {
2084 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
2085 if (errs) {
2086 *errs = reader_.getFormattedErrorMessages();
2087 }
2088 return ok;
2089 }
2090};
2091
2092CharReaderBuilder::CharReaderBuilder() { setDefaults(&settings_); }

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected