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

Function GraphStatistics_IntroduceRelationship

src/graph/graph_statistics.c:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void GraphStatistics_IntroduceRelationship
20(
21 GraphStatistics *stats
22) {
23 ASSERT(stats && stats->edge_count);
24 array_append(stats->edge_count, 0);
25}
26
27void GraphStatistics_IntroduceLabel
28(

Callers 1

Graph_AddRelationTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected