MCPcopy 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
27void GraphStatistics_IntroduceLabel
28(
29 GraphStatistics *stats
30) {
31 ASSERT(stats && stats->node_count);
32 array_append(stats->node_count, 0);
33}
34
35uint64_t GraphStatistics_EdgeCount
36(

Callers 1

Graph_AddLabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected