MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / what

Method what

dependencies/json/json.hpp:2423–2427  ·  view source on GitHub ↗

returns the explanatory string

Source from the content-addressed store, hash-verified

2421 public:
2422 /// returns the explanatory string
2423 JSON_HEDLEY_RETURNS_NON_NULL
2424 const char* what() const noexcept override
2425 {
2426 return m.what();
2427 }
2428
2429 /// the id of the exception
2430 const int id;

Callers 6

LoadSettingsMethod · 0.45
SaveSettingsMethod · 0.45
SetColorMethod · 0.45
InstallPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected