Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
523
int Graph_RelationTypeCount(const Graph *g) {
524
return array_len(g->relations);
525
}
526
527
int Graph_LabelTypeCount(const Graph *g) {
528
return array_len(g->labels);
Callers
15
GraphEncodeContext_InitHeader
Function · 0.85
RdbSaveEdges_v13
Function · 0.85
RdbLoadGraphContext_v13
Function · 0.85
RdbLoadGraphContext_v11
Function · 0.85
RdbLoadGraphContext_v9
Function · 0.85
RdbLoadGraphContext_v10
Function · 0.85
RdbLoadGraphContext_v8
Function · 0.85
RdbLoadGraphContext_v12
Function · 0.85
_Graph_GetEdgesConnectingNodes
Function · 0.85
Graph_GetEdgesConnectingNodes
Function · 0.85
Graph_CreateEdge
Function · 0.85
Graph_GetNodeDegree
Function · 0.85
Calls
1
array_len
Function · 0.85
Tested by
no test coverage detected