Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void table_or_query_name::out(std::ostream &out) {
39
out << t->ident() <<
" as "
<< refs[0]->ident();
40
}
41
42
target_table::target_table(prod *p, table *victim) : table_ref(p)
43
{
Callers
nothing calls this directly
Calls
1
ident
Method · 0.45
Tested by
no test coverage detected