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

Method accept

grammar.hh:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 out << std::endl << "returning " << *select_list;
304 }
305 virtual void accept(prod_visitor *v) {
306 v->visit(this);
307 search->accept(v);
308 set_list->accept(v);
309 select_list->accept(v);
310 }
311};
312
313shared_ptr<prod> statement_factory(struct scope *s);

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected