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

Function GraphContext_NodeIndexCount

src/graph/graphcontext.c:560–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560uint64_t GraphContext_NodeIndexCount
561(
562 const GraphContext *gc
563) {
564 ASSERT(gc);
565 return _count_indices_from_schemas((const Schema**)gc->node_schemas);
566}
567
568uint64_t GraphContext_EdgeIndexCount
569(

Callers 1

GraphContext_HasIndicesFunction · 0.85

Calls 1

Tested by

no test coverage detected