MCPcopy Create free account
hub / github.com/pboettch/json-schema-validator / reset

Method reset

test/binary-validation.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 std::vector<nlohmann::json::json_pointer> failed_pointers;
86
87 void reset() override
88 {
89 nlohmann::json_schema::basic_error_handler::reset();
90 failed_pointers.clear();
91 }
92};
93
94static void content(const std::string &contentEncoding, const std::string &contentMediaType, const json &instance)

Callers 1

mainFunction · 0.45

Calls 1

resetFunction · 0.85

Tested by

no test coverage detected