Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
int QGEdge_RelationCount
108
(
109
const QGEdge *e
110
) {
111
ASSERT(e);
112
return array_len(e->reltypes);
113
}
114
115
const char *QGEdge_Relation
116
(
Callers
7
QGEdge_Relation
Function · 0.85
QGEdge_RelationID
Function · 0.85
QGEdge_ToString
Function · 0.85
NewEdgeIndexScanOp
Function · 0.85
_setupTraversedRelations
Function · 0.85
CondVarLenTraverseInit
Function · 0.85
reduce_cond_op
Function · 0.85
Calls
1
array_len
Function · 0.85
Tested by
no test coverage detected