Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ GraphStatistics_IntroduceLabel
Function
GraphStatistics_IntroduceLabel
src/graph/graph_statistics.c:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void GraphStatistics_IntroduceLabel
28
(
29
GraphStatistics *stats
30
) {
31
ASSERT(stats && stats->node_count);
32
array_append(stats->node_count, 0);
33
}
34
35
uint64_t GraphStatistics_EdgeCount
36
(
Callers
1
Graph_AddLabel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected