MCPcopy 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_mainFunction · 0.45
mainFunction · 0.45
covscript_debuggerFunction · 0.45
covscript_mainFunction · 0.45
mainFunction · 0.45
translateMethod · 0.45
process_endlineMethod · 0.45
translateMethod · 0.45
call_rrMethod · 0.45
call_vvMethod · 0.45
call_rlMethod · 0.45
call_elMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected