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

Method executed

log.hh:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15struct logger {
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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected