Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ setup
Function
setup
tests/unit/test_cron.c:217–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
static void setup() {
218
// Use the malloc family for allocations
219
Alloc_Reset();
220
Cron_Start();
221
}
222
223
static void tearDown() {
224
Cron_Stop();
Callers
nothing calls this directly
Calls
2
Alloc_Reset
Function · 0.85
Cron_Start
Function · 0.85
Tested by
no test coverage detected