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

Method accept

grammar.hh:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 out << *set_list << " where " << *search;
238 }
239 virtual void accept(prod_visitor *v) {
240 insert_stmt::accept(v);
241 set_list->accept(v);
242 search->accept(v);
243 }
244 virtual ~upsert_stmt() { }
245};
246

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected