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

Function _AddTaskData_Free

tests/unit/test_cron.c:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201static void _AddTaskData_Free(const AddTaskData data) {
202 close(data.pipe_read_fd);
203 close(data.pipe_write_fd);
204}
205
206static void mul_task(void *pdata) {
207 int *Y = (int*)pdata;

Callers 6

test_cronExecFunction · 0.85
test_cronAbortFunction · 0.85
test_cronLateAbortFunction · 0.85
test_MultiAbortFunction · 0.85
test_AbortRunningTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected