Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_variables
Function · 0.45
Client.cpp
File · 0.45
read_loop
Method · 0.45
send_queued_messages_task
Method · 0.45
lua_docompiledfile
Function · 0.45
pre_modify_lua_source_code_string
Function · 0.45
compile_and_run_contract_with_no_file
Function · 0.45
GTEST
Function · 0.45
handle_http_rpc
Method · 0.45
accept_loop
Method · 0.45
encrypted_accept_loop
Method · 0.45
ExecuteTest
Function · 0.45
Calls
1
c_str
Method · 0.45
Tested by
1
ExecuteTest
Function · 0.36