Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
void 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_Clause
Function · 0.85
AST_ReadOnly
Function · 0.85
AST_BuildCallColumnNames
Function · 0.85
ProcCallConsume
Function · 0.85
ProcCallFree
Function · 0.85
_BuildCallProjections
Function · 0.85
Proc_ProceduresStep
Function · 0.85
Calls
2
array_free
Function · 0.85
rm_free
Function · 0.85
Tested by
no test coverage detected