Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ accept
Method
accept
grammar.hh:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
virtual ~update_stmt() { }
252
virtual void out(std::ostream &out);
253
virtual void accept(prod_visitor *v) {
254
v->visit(this);
255
search->accept(v);
256
}
257
};
258
259
struct when_clause : prod {
Callers
nothing calls this directly
Calls
2
visit
Method · 0.45
accept
Method · 0.45
Tested by
no test coverage detected