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

Method generated

dump.cc:54–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void ast_logger::generated(prod &query)
55{
56 string filename("");
57 filename += "sqlsmith-";
58 filename += to_string(queries);
59 filename += ".xml";
60 ofstream os(filename);
61 graphml_dumper visitor(os);
62 query.accept(&visitor);
63 queries++;
64}

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected