MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / what

Method what

include/chaiscript/dispatchkit/any.hpp:31–34  ·  view source on GitHub ↗

\brief Description of what error occurred

Source from the content-addressed store, hash-verified

29
30 /// \brief Description of what error occurred
31 const char * what() const noexcept override
32 {
33 return m_what.c_str();
34 }
35
36 private:
37 std::string m_what = "bad any cast";

Callers 15

RunFileMethod · 0.45
mainFunction · 0.45
interactiveFunction · 0.45
mainFunction · 0.45
interactiveFunction · 0.45
LLVMFuzzerTestOneInputFunction · 0.45
throws_exceptionFunction · 0.45
interactiveFunction · 0.45
mainFunction · 0.45
SessionMethod · 0.45
runInternalMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by 4

RunFileMethod · 0.36
mainFunction · 0.36
do_workFunction · 0.36
run_test_type_conversionFunction · 0.36