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

Method executed

log.cc:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void cerr_logger::executed(prod &query)
103{
104 (void)query;
105 if (columns-1 == (queries%columns)) {
106 cerr << endl;
107 }
108 cerr << ".";
109}
110
111void cerr_logger::error(prod &query, const dut::failure &e)
112{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected