MCPcopy 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
816void 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
825void AST_Free
826(

Callers 5

_ExecutionCtx_ParseASTFunction · 0.85
ExecutionCtx_FromQueryFunction · 0.85
parse_queryFunction · 0.85
parse_paramsFunction · 0.85
AST_FreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected