MCPcopy 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
217static void setup() {
218 // Use the malloc family for allocations
219 Alloc_Reset();
220 Cron_Start();
221}
222
223static void tearDown() {
224 Cron_Stop();

Callers

nothing calls this directly

Calls 2

Alloc_ResetFunction · 0.85
Cron_StartFunction · 0.85

Tested by

no test coverage detected