MCPcopy Index your code
hub / github.com/Kitware/CMake / parse

Method parse

Utilities/cmjsoncpp/src/lib_json/json_reader.cpp:1859–1866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1857 : collectComments_(collectComments), reader_(features) {}
1858
1859 bool parse(char const* beginDoc, char const* endDoc, Value* root,
1860 String* errs) override {
1861 bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
1862 if (errs) {
1863 *errs = reader_.getFormattedErrorMessages();
1864 }
1865 return ok;
1866 }
1867
1868 std::vector<CharReader::StructuredError>
1869 getStructuredErrors() const override {

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45

Tested by

no test coverage detected