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

Function AST_SetParamsParseResult

src/ast/ast.c:481–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void AST_SetParamsParseResult
482(
483 AST *ast,
484 cypher_parse_result_t *params_parse_result
485) {
486 // setting parameters within an AST should only occur once
487 ASSERT(ast->params_parse_result == NULL);
488 ast->params_parse_result = params_parse_result;
489}
490
491AST *AST_ShallowCopy
492(

Callers 1

ExecutionCtx_FromQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected