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

Function _prepareIterateAll

src/ast/ast.c:23–30  ·  view source on GitHub ↗

TODO duplicated logic, find shared place for it

Source from the content-addressed store, hash-verified

21
22// TODO duplicated logic, find shared place for it
23static inline void _prepareIterateAll
24(
25 rax *map,
26 raxIterator *iter
27) {
28 raxStart(iter, map);
29 raxSeek(iter, "^", NULL, 0);
30}
31
32// Note each function call within given expression
33// Example: given the expression: "abs(max(min(a), abs(k)))"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected