MCPcopy Create free account
hub / github.com/Kitware/VTK / parse

Method parse

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2096–2103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2094 : collectComments_(collectComments), reader_(features) {}
2095
2096 bool parse(char const* beginDoc, char const* endDoc, Value* root,
2097 String* errs) override {
2098 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
2099 if (errs) {
2100 *errs = reader_.getFormattedErrorMessages();
2101 }
2102 return ok;
2103 }
2104
2105 std::vector<CharReader::StructuredError>
2106 getStructuredErrors() const override {

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected