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

Class scope

schema.hh:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 " user table(s) in information schema." << std::endl;
52 }
53 void fill_scope(struct scope &s) {
54 for (auto &t : tables)
55 s.tables.push_back(&t);
56 s.schema = this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected