MCPcopy 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
117struct op {

Callers 1

statement_factoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected