Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ accept
Method
accept
grammar.hh:109–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
from_clause(prod *p);
108
~from_clause() { }
109
virtual void accept(prod_visitor *v) {
110
v->visit(this);
111
for (auto p : reflist)
112
p->accept(v);
113
}
114
};
115
116
struct select_list : prod {
Callers
nothing calls this directly
Calls
2
visit
Method · 0.45
accept
Method · 0.45
Tested by
no test coverage detected