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

Function AST_Visitor_GetContext

src/ast/ast_visitor.c:56–61  ·  view source on GitHub ↗

get the context of a visitor

Source from the content-addressed store, hash-verified

54
55// get the context of a visitor
56void *AST_Visitor_GetContext
57(
58 const ast_visitor *visitor // visitor
59) {
60 return visitor->ctx;
61}
62
63// visit an ast-node
64void AST_Visitor_visit

Callers 15

_Validate_identifierFunction · 0.85
_Validate_mapFunction · 0.85
_Validate_projectionFunction · 0.85
_Validate_apply_operatorFunction · 0.85
_Validate_reduceFunction · 0.85
_Validate_rel_patternFunction · 0.85
_Validate_node_patternFunction · 0.85
_Validate_shortest_pathFunction · 0.85
_Validate_pattern_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected