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

Function _ResetIterator

src/execution_plan/ops/op_node_by_label_scan.c:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151static inline void _ResetIterator
152(
153 NodeByLabelScan *op
154) {
155 _ConstructIterator(op);
156}
157
158static Record NodeByLabelScanConsumeFromChild
159(

Callers 2

NodeByLabelScanResetFunction · 0.85

Calls 1

_ConstructIteratorFunction · 0.85

Tested by

no test coverage detected