MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / name

Method name

Source/external/json.hpp:4316–4319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4314 exception(int id_, const char* what_arg) : id(id_), m(what_arg) {} // NOLINT(bugprone-throw-keyword-missing)
4315
4316 static std::string name(const std::string& ename, int id_)
4317 {
4318 return concat("[json.exception.", ename, '.', std::to_string(id_), "] ");
4319 }
4320
4321 static std::string diagnostics(std::nullptr_t /*leaf_element*/)
4322 {

Callers 2

getNodeNameFunction · 0.80
getNodeNameFunction · 0.80

Calls 2

concatFunction · 0.85
to_stringFunction · 0.70

Tested by

no test coverage detected