| 266 | } |
| 267 | |
| 268 | extern "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 | |
| 274 | void dut_sqlite::test(const std::string &stmt) |
| 275 | { |
nothing calls this directly
no outgoing calls
no test coverage detected