Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ parse_result_free
Function
parse_result_free
src/ast/ast.c:816–823 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
814
}
815
816
void parse_result_free
817
(
818
cypher_parse_result_t *parse_result
819
) {
820
if(parse_result != NULL) {
821
cypher_parse_result_free(parse_result);
822
}
823
}
824
825
void AST_Free
826
(
Callers
5
_ExecutionCtx_ParseAST
Function · 0.85
ExecutionCtx_FromQuery
Function · 0.85
parse_query
Function · 0.85
parse_params
Function · 0.85
AST_Free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected