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

Function QGEdge_RelationCount

src/graph/entities/qg_edge.c:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int QGEdge_RelationCount
108(
109 const QGEdge *e
110) {
111 ASSERT(e);
112 return array_len(e->reltypes);
113}
114
115const char *QGEdge_Relation
116(

Callers 7

QGEdge_RelationFunction · 0.85
QGEdge_RelationIDFunction · 0.85
QGEdge_ToStringFunction · 0.85
NewEdgeIndexScanOpFunction · 0.85
_setupTraversedRelationsFunction · 0.85
CondVarLenTraverseInitFunction · 0.85
reduce_cond_opFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected