MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / CRON_PerformTask

Function CRON_PerformTask

src/cron/cron.c:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static void CRON_PerformTask
155(
156 CRON_TASK *t
157) {
158 ASSERT(t);
159 t->cb(t->pdata);
160}
161
162static void CRON_FreeTask
163(

Callers 1

Cron_RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected