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

Method name

native/thirdpart/json/json.hpp:1881–1884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1879 exception(int id_, const char* what_arg) : id(id_), m(what_arg) {}
1880
1881 static std::string name(const std::string& ename, int id_)
1882 {
1883 return "[json.exception." + ename + "." + std::to_string(id_) + "] ";
1884 }
1885
1886 private:
1887 /// an exception object as storage for error messages

Callers 4

DeserializeMethod · 0.80
KeyCompareLessThanFunction · 0.80
reflection.hFile · 0.80
GetAnyValueSFunction · 0.80

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected