Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ new_stmt
Method
new_stmt
relmodel.hh:112–114 ·
view source on GitHub ↗
Reset unique identifier counters. */
Source
from the content-addressed store, hash-verified
110
}
111
/** Reset unique identifier counters. */
112
void new_stmt() {
113
stmt_seq = std::make_shared<map<string,unsigned int> >();
114
}
115
};
116
117
struct op {
Callers
1
statement_factory
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected