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

Function AST_ContainsClause

src/ast/ast.c:238–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238inline bool AST_ContainsClause
239(
240 const AST *ast,
241 cypher_astnode_type_t clause
242) {
243 return AST_GetClause(ast, clause, NULL) != NULL;
244}
245
246// checks to see if an AST tree contains specified node type
247bool AST_TreeContainsType

Callers 1

Calls 1

AST_GetClauseFunction · 0.85

Tested by

no test coverage detected