MCPcopy Create free account
hub / github.com/anse1/sqlsmith / what

Method what

dut.hh:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 std::string errstr;
15 std::string sqlstate;
16 const char* what() const throw()
17 {
18 return errstr.c_str();
19 }
20 failure(const char *s, const char *sqlstate_ = "") throw()
21 : errstr(), sqlstate() {
22 errstr = s;

Callers 3

testMethod · 0.80
mainFunction · 0.80
errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected