MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / parse_error

Method parse_error

include/jwt/json/json.hpp:5867–5870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5865 }
5866
5867 bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/, const detail::exception& /*unused*/)
5868 {
5869 return false;
5870 }
5871};
5872} // namespace detail
5873

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected