This is just called every 1 or 2 seconds. */
| 78 | |
| 79 | // This is just called every 1 or 2 seconds. */ |
| 80 | void cron(sqlite3 *dbhandle) { |
| 81 | UNUSED(dbhandle); |
| 82 | printf("."); fflush(stdout); |
| 83 | } |
| 84 | |
| 85 | int main(int argc, char **argv) { |
| 86 | static char *triggers[] = { |
nothing calls this directly
no outgoing calls
no test coverage detected