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

Class prod

dump.hh:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13struct graphml_dumper : prod_visitor {
14 std::ostream &o;
15 virtual void visit(struct prod *p);
16 graphml_dumper(std::ostream &out);
17 std::string id(prod *p);
18 std::string type(struct prod *p);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected