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

Method accept

expr.hh:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 out << *expr << " is " << negate << "NULL";
113 }
114 virtual void accept(prod_visitor *v) {
115 v->visit(this);
116 expr->accept(v);
117 }
118};
119
120struct exists_predicate : bool_expr {

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected