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

Function QGNode_Degree

src/graph/entities/qg_node.c:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155inline int QGNode_Degree
156(
157 const QGNode *n
158) {
159 ASSERT(n != NULL);
160
161 return QGNode_IncomeDegree(n) + QGNode_OutgoingDegree(n);
162}
163
164inline int QGNode_IncomeDegree
165(

Callers 1

QGNode_ConnectNodeFunction · 0.85

Calls 2

QGNode_IncomeDegreeFunction · 0.85
QGNode_OutgoingDegreeFunction · 0.85

Tested by

no test coverage detected