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

Method out

grammar.hh:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 static long seq;
156 long id;
157 virtual void out(std::ostream &out) {
158 out << "prepare prep" << id << " as " << q;
159 }
160 prepare_stmt(prod *p) : prod(p), q(p, scope) {
161 id = seq++;
162 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected