Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ what
Method
what
include/covscript/core/components.hpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
void relocate_to_csym(const csym_info &);
88
89
const char *what() const noexcept override
90
{
91
return this->mStr.c_str();
92
}
93
};
94
95
class compile_error final : public std::exception {
Callers
15
covscript_main
Function · 0.45
main
Function · 0.45
covscript_debugger
Function · 0.45
covscript_main
Function · 0.45
main
Function · 0.45
translate
Method · 0.45
process_endline
Method · 0.45
translate
Method · 0.45
call_rr
Method · 0.45
call_vv
Method · 0.45
call_rl
Method · 0.45
call_el
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected