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

Function Proc_Free

src/procedures/procedure.c:151–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Proc_Free(ProcedureCtx *proc) {
152 if(!proc) return;
153 proc->Free(proc);
154
155 if(proc->output) array_free(proc->output);
156
157 rm_free(proc);
158}
159

Callers 7

_Validate_CALL_ClauseFunction · 0.85
AST_ReadOnlyFunction · 0.85
AST_BuildCallColumnNamesFunction · 0.85
ProcCallConsumeFunction · 0.85
ProcCallFreeFunction · 0.85
_BuildCallProjectionsFunction · 0.85
Proc_ProceduresStepFunction · 0.85

Calls 2

array_freeFunction · 0.85
rm_freeFunction · 0.85

Tested by

no test coverage detected