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

Method accept

grammar.hh:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 id = seq++;
162 }
163 virtual void accept(prod_visitor *v) {
164 v->visit(this);
165 q.accept(v);
166 }
167};
168
169struct modifying_stmt : prod {

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected