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

Method dut_sqlite

sqlite.cc:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262dut_sqlite::dut_sqlite(std::string &conninfo)
263 : sqlite_connection(conninfo)
264{
265 q("PRAGMA main.auto_vacuum = 2");
266}
267
268extern "C" int dut_callback(void *arg, int argc, char **argv, char **azColName)
269{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected