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

Method what

native/thirdpart/json/json.hpp:1868–1872  ·  view source on GitHub ↗

returns the explanatory string

Source from the content-addressed store, hash-verified

1866 public:
1867 /// returns the explanatory string
1868 JSON_HEDLEY_RETURNS_NON_NULL
1869 const char* what() const noexcept override
1870 {
1871 return m.what();
1872 }
1873
1874 /// the id of the exception
1875 const int id;

Callers 6

DeviceOperateWrapperMethod · 0.80
toStringMethod · 0.80
loadConfigsMethod · 0.80
loadActionsMethod · 0.80
loadBlackWidgetsMethod · 0.80
loadTreePruningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected