Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ accept
Method
accept
grammar.hh:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
id = seq++;
162
}
163
virtual void accept(prod_visitor *v) {
164
v->visit(this);
165
q.accept(v);
166
}
167
};
168
169
struct modifying_stmt : prod {
Callers
nothing calls this directly
Calls
2
visit
Method · 0.45
accept
Method · 0.45
Tested by
no test coverage detected