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

Function Globals_ScanGraphs

src/globals.c:291–297  ·  view source on GitHub ↗

initialize iterator over graphs in keyspace

Source from the content-addressed store, hash-verified

289
290// initialize iterator over graphs in keyspace
291void Globals_ScanGraphs
292(
293 KeySpaceGraphIterator *it
294) {
295 ASSERT(it != NULL);
296 it->idx = 0;
297}
298
299// seek iterator to index
300void GraphIterator_Seek

Callers 8

_CreateKeySpaceMetaKeysFunction · 0.85
_ClearKeySpaceMetaKeysFunction · 0.85
RG_ForkPrepareFunction · 0.85
RG_AfterForkParentFunction · 0.85
Graph_ListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected