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

Function QueryGraph_NodeCount

src/graph/query_graph.c:715–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715uint QueryGraph_NodeCount
716(
717 const QueryGraph *qg
718) {
719 return array_len(qg->nodes);
720}
721
722// retrieve the number of edges in a QueryGraph
723uint QueryGraph_EdgeCount

Callers 15

QueryGraph_ExtractPathsFunction · 0.85
QueryGraph_MergeGraphsFunction · 0.85
QueryGraph_CloneFunction · 0.85
QueryGraph_RemoveNodeFunction · 0.85
QueryGraph_PrintFunction · 0.85
QueryGraph_FreeFunction · 0.85
IsAcyclicGraphFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by 4

contains_nodeFunction · 0.68
test_QueryGraphCloneFunction · 0.68