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

Method create

native/thirdpart/json/json.hpp:2163–2167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2161{
2162 public:
2163 static other_error create(int id_, const std::string& what_arg)
2164 {
2165 std::string w = exception::name("other_error", id_) + what_arg;
2166 return other_error(id_, w.c_str());
2167 }
2168
2169 private:
2170 JSON_HEDLEY_NON_NULL(3)

Callers

nothing calls this directly

Calls 3

nameFunction · 0.85
other_errorClass · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected