MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / parse

Method parse

vrclient_x64/jsoncpp.cpp:2105–2113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2103 , reader_(features)
2104 {}
2105 bool parse(
2106 char const* beginDoc, char const* endDoc,
2107 Value* root, std::string* errs) {
2108 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
2109 if (errs) {
2110 *errs = reader_.getFormattedErrorMessages();
2111 }
2112 return ok;
2113 }
2114};
2115
2116CharReaderBuilder::CharReaderBuilder()

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected