Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pboettch/json-schema-validator
/ reset
Method
reset
test/errors.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
std::vector<nlohmann::json::json_pointer> failed_pointers;
63
64
void reset() override
65
{
66
nlohmann::json_schema::basic_error_handler::reset();
67
failed_pointers.clear();
68
}
69
};
70
71
} // namespace
Callers
1
main
Function · 0.45
Calls
1
reset
Function · 0.85
Tested by
no test coverage detected