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

Function dut_callback

sqlite.cc:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268extern "C" int dut_callback(void *arg, int argc, char **argv, char **azColName)
269{
270 (void) arg; (void) argc; (void) argv; (void) azColName;
271 return SQLITE_ABORT;
272}
273
274void dut_sqlite::test(const std::string &stmt)
275{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected