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

Function QGNode_GetLabel

src/graph/entities/qg_node.c:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103const char *QGNode_GetLabel
104(
105 const QGNode *n,
106 uint idx
107) {
108 ASSERT(n != NULL);
109 ASSERT(idx < QGNode_LabelCount(n));
110
111 return n->labels[idx];
112}
113
114bool QGNode_HasLabel
115(

Callers 3

reduce_scan_opFunction · 0.85
_optimizeLabelScanFunction · 0.85

Calls 1

QGNode_LabelCountFunction · 0.85

Tested by

no test coverage detected