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

Function QueryGraph_EdgeCount

src/graph/query_graph.c:723–728  ·  view source on GitHub ↗

retrieve the number of edges in a QueryGraph

Source from the content-addressed store, hash-verified

721
722// retrieve the number of edges in a QueryGraph
723uint QueryGraph_EdgeCount
724(
725 const QueryGraph *qg
726) {
727 return array_len(qg->edges);
728}
729
730GrB_Matrix QueryGraph_MatrixRepresentation
731(

Callers 15

QueryGraph_ExtractPathsFunction · 0.85
QueryGraph_MergeGraphsFunction · 0.85
QueryGraph_CloneFunction · 0.85
QueryGraph_RemoveEdgeFunction · 0.85
QueryGraph_PrintFunction · 0.85
QueryGraph_FreeFunction · 0.85
IsAcyclicGraphFunction · 0.85
contains_edgeFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by 4

contains_edgeFunction · 0.68
test_QueryGraphCloneFunction · 0.68