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

Function freeCallback

src/execution_plan/ops/op_aggregate.c:30–36  ·  view source on GitHub ↗

hashtable entry free callback

Source from the content-addressed store, hash-verified

28
29// hashtable entry free callback
30static void freeCallback
31(
32 dict *d,
33 void *val
34) {
35 Group_Free((Group*)val);
36}
37
38// hashtable callbacks
39static dictType _dt = { _id_hash, NULL, NULL, NULL, NULL, freeCallback, NULL,

Callers

nothing calls this directly

Calls 1

Group_FreeFunction · 0.85

Tested by

no test coverage detected