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

Method parse

src/jsoncpp.cpp:2106–2114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected