Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ accept
Method
accept
grammar.hh:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
virtual ~joined_table() {
95
}
96
virtual void accept(prod_visitor *v) {
97
lhs->accept(v);
98
rhs->accept(v);
99
condition->accept(v);
100
v->visit(this);
101
}
102
};
103
104
struct from_clause : prod {
Callers
nothing calls this directly
Calls
2
accept
Method · 0.45
visit
Method · 0.45
Tested by
no test coverage detected