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

Function QGNode_LabelCount

src/graph/entities/qg_node.c:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67inline uint QGNode_LabelCount
68(
69 const QGNode *n
70) {
71 ASSERT(n != NULL);
72
73 return array_len(n->labels);
74}
75
76int QGNode_GetLabelID
77(

Callers 15

QGNode_GetLabelIDFunction · 0.85
QGNode_GetLabelFunction · 0.85
QGNode_HasLabelFunction · 0.85
QGNode_ToStringFunction · 0.85
reduce_scan_opFunction · 0.85
reduce_cond_opFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by 1

compare_nodesFunction · 0.68