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

Function Graph_RelationTypeCount

src/graph/graph.c:523–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523int Graph_RelationTypeCount(const Graph *g) {
524 return array_len(g->relations);
525}
526
527int Graph_LabelTypeCount(const Graph *g) {
528 return array_len(g->labels);

Callers 15

RdbSaveEdges_v13Function · 0.85
RdbLoadGraphContext_v13Function · 0.85
RdbLoadGraphContext_v11Function · 0.85
RdbLoadGraphContext_v9Function · 0.85
RdbLoadGraphContext_v10Function · 0.85
RdbLoadGraphContext_v8Function · 0.85
RdbLoadGraphContext_v12Function · 0.85
Graph_CreateEdgeFunction · 0.85
Graph_GetNodeDegreeFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected