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

Method parse

runtime/3rdparty/jsoncpp/jsoncpp.cpp:2319–2327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2317 {
2318 }
2319 bool parse(char const *beginDoc, char const *endDoc, Value *root, String *errs) override
2320 {
2321 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
2322 if (errs)
2323 {
2324 *errs = reader_.getFormattedErrorMessages();
2325 }
2326 return ok;
2327 }
2328};
2329
2330CharReaderBuilder::CharReaderBuilder() { setDefaults(&settings_); }

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected