Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ generated
Method
generated
log.hh:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
/// logger to dump all generated queries
24
struct query_dumper : logger {
25
virtual void generated(prod &query) {
26
query.out(std::cout);
27
std::cout <<
";"
<< std::endl;
28
}
29
};
30
31
/// logger for statistics collection
Callers
nothing calls this directly
Calls
1
out
Method · 0.45
Tested by
no test coverage detected