MCPcopy Create free account
hub / github.com/anse1/sqlsmith / scope

Class scope

grammar.hh:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169struct modifying_stmt : prod {
170 table *victim;
171 struct scope myscope;
172 modifying_stmt(prod *p, struct scope *s, struct table *victim = 0);
173// shared_ptr<modifying_stmt> modifying_stmt::factory(prod *p, struct scope *s);
174 virtual void pick_victim();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected