MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / JSON_CATCH

Function JSON_CATCH

native/thirdpart/json/json.hpp:10572–10575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10570 static_cast<size_type>(array_index(reference_token)));
10571 }
10572 JSON_CATCH(std::invalid_argument&)
10573 {
10574 JSON_THROW(detail::parse_error::create(109, 0, "array index '" + reference_token + "' is not a number"));
10575 }
10576 }
10577 break;
10578 }

Callers 3

json_pointerClass · 0.85
json.hppFile · 0.85
containsFunction · 0.85

Calls 2

createFunction · 0.85
to_stringFunction · 0.85

Tested by

no test coverage detected