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

Method accept

grammar.hh:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 virtual ~update_stmt() { }
252 virtual void out(std::ostream &out);
253 virtual void accept(prod_visitor *v) {
254 v->visit(this);
255 search->accept(v);
256 }
257};
258
259struct when_clause : prod {

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected