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

Method out

grammar.cc:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void table_or_query_name::out(std::ostream &out) {
39 out << t->ident() << " as " << refs[0]->ident();
40}
41
42target_table::target_table(prod *p, table *victim) : table_ref(p)
43{

Callers

nothing calls this directly

Calls 1

identMethod · 0.45

Tested by

no test coverage detected