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

Function my_sqlite3_busy_handler

sqlite.cc:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26extern "C" int my_sqlite3_busy_handler(void *, int)
27{
28 throw std::runtime_error("sqlite3 timeout");
29}
30
31extern "C" int callback(void *arg, int argc, char **argv, char **azColName)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected