MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / what

Method what

src/Chain/libraries/include/glua/exceptions.h:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 inline virtual const char* what() const
47#else
48 inline virtual const char* what() const noexcept
49#endif
50 {
51 return _error_msg.c_str();
52 }
53 inline virtual int64_t code() const {
54 return _code;
55 }

Callers 12

parse_option_variablesFunction · 0.45
Client.cppFile · 0.45
read_loopMethod · 0.45
lua_docompiledfileFunction · 0.45
GTESTFunction · 0.45
handle_http_rpcMethod · 0.45
accept_loopMethod · 0.45
encrypted_accept_loopMethod · 0.45
ExecuteTestFunction · 0.45

Calls 1

c_strMethod · 0.45

Tested by 1

ExecuteTestFunction · 0.36