MCPcopy Create free account
hub / github.com/antirez/botlib / cron

Function cron

mybot.c:80–83  ·  view source on GitHub ↗

This is just called every 1 or 2 seconds. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected