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

Method error

log.hh:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 virtual void generated(prod &query) {(void)query; }
17 virtual void executed(prod &query) {(void)query; }
18 virtual void error(prod &query, const dut::failure &e) {
19 (void)query, (void)e;
20 }
21};
22
23/// logger to dump all generated queries

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected