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

Method out

expr.hh:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 expr = value_expr::factory(this);
110 }
111 virtual void out(std::ostream &out) {
112 out << *expr << " is " << negate << "NULL";
113 }
114 virtual void accept(prod_visitor *v) {
115 v->visit(this);
116 expr->accept(v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected