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

Method create

native/thirdpart/json/json.hpp:2125–2129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2123{
2124 public:
2125 static out_of_range create(int id_, const std::string& what_arg)
2126 {
2127 std::string w = exception::name("out_of_range", id_) + what_arg;
2128 return out_of_range(id_, w.c_str());
2129 }
2130
2131 private:
2132 JSON_HEDLEY_NON_NULL(3)

Callers

nothing calls this directly

Calls 3

nameFunction · 0.85
out_of_rangeClass · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected