Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ CRON_Peek
Function
CRON_Peek
src/cron/cron.c:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
static CRON_TASK *CRON_Peek() {
112
pthread_mutex_lock(&cron->mutex);
113
CRON_TASK *task = Heap_peek(cron->tasks);
114
pthread_mutex_unlock(&cron->mutex);
115
return task;
116
}
117
118
static bool CRON_RemoveTask
119
(
Callers
1
Cron_Run
Function · 0.85
Calls
1
Heap_peek
Function · 0.85
Tested by
no test coverage detected