Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
struct exists_predicate : bool_expr {
Callers
nothing calls this directly
Calls
2
visit
Method · 0.45
accept
Method · 0.45
Tested by
no test coverage detected