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

Method create

native/thirdpart/json/json.hpp:2024–2028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2022{
2023 public:
2024 static invalid_iterator create(int id_, const std::string& what_arg)
2025 {
2026 std::string w = exception::name("invalid_iterator", id_) + what_arg;
2027 return invalid_iterator(id_, w.c_str());
2028 }
2029
2030 private:
2031 JSON_HEDLEY_NON_NULL(3)

Callers

nothing calls this directly

Calls 3

nameFunction · 0.85
invalid_iteratorClass · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected