MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / what

Method what

Source/Utils/json.hpp:2356–2360  ·  view source on GitHub ↗

returns the explanatory string

Source from the content-addressed store, hash-verified

2354 public:
2355 /// returns the explanatory string
2356 JSON_HEDLEY_RETURNS_NON_NULL
2357 const char* what() const noexcept override
2358 {
2359 return m.what();
2360 }
2361
2362 /// the id of the exception
2363 const int id;

Callers 2

FromJsonMethod · 0.45
FromJsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected