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

Method accept

grammar.hh:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 out << std::endl << "returning " << *select_list;
198 }
199 virtual void accept(prod_visitor *v) {
200 v->visit(this);
201 search->accept(v);
202 select_list->accept(v);
203 }
204};
205
206struct insert_stmt : modifying_stmt {

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected