MCPcopy Create free account
hub / github.com/SOUI2/soui / parse

Method parse

third-part/jsoncpp/src/lib_json/json_reader.cpp:1934–1942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1932 , reader_(features)
1933 {}
1934 bool parse(
1935 char const* beginDoc, char const* endDoc,
1936 Value* root, JSONCPP_STRING* errs) JSONCPP_OVERRIDE {
1937 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
1938 if (errs) {
1939 *errs = reader_.getFormattedErrorMessages();
1940 }
1941 return ok;
1942 }
1943};
1944
1945CharReaderBuilder::CharReaderBuilder()

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected