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

Function GraphContext_EdgeIndexCount

src/graph/graphcontext.c:568–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568uint64_t GraphContext_EdgeIndexCount
569(
570 const GraphContext *gc
571) {
572 ASSERT(gc);
573 return _count_indices_from_schemas((const Schema**)gc->relation_schemas);
574}
575
576// attempt to retrieve an index on the given label and attribute IDs
577Index GraphContext_GetIndexByID

Callers 1

GraphContext_HasIndicesFunction · 0.85

Calls 1

Tested by

no test coverage detected