Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Graph_LabelTypeCount
Function
Graph_LabelTypeCount
src/graph/graph.c:527–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
}
526
527
int Graph_LabelTypeCount(const Graph *g) {
528
return array_len(g->labels);
529
}
530
531
void Graph_AllocateNodes(Graph *g, size_t n) {
532
ASSERT(g);
Callers
12
GraphEncodeContext_InitHeader
Function · 0.85
Serializer_Graph_SetNodeLabels
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_AddLabel
Function · 0.85
Graph_RemoveLabel
Function · 0.85
Graph_GetLabelMatrix
Function · 0.85
CommitUpdates
Function · 0.85
Calls
1
array_len
Function · 0.85
Tested by
no test coverage detected