| 24 | } |
| 25 | |
| 26 | extern "C" int my_sqlite3_busy_handler(void *, int) |
| 27 | { |
| 28 | throw std::runtime_error("sqlite3 timeout"); |
| 29 | } |
| 30 | |
| 31 | extern "C" int callback(void *arg, int argc, char **argv, char **azColName) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected