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

Function Graph_GetNodeLabelMatrix

src/graph/graph.c:1331–1342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1329}
1330
1331RG_Matrix Graph_GetNodeLabelMatrix
1332(
1333 const Graph *g
1334) {
1335 ASSERT(g != NULL);
1336
1337 RG_Matrix m = g->node_labels;
1338
1339 g->SynchronizeMatrix(g, m);
1340
1341 return m;
1342}
1343
1344RG_Matrix Graph_GetZeroMatrix
1345(

Callers 10

Graph_EnsureNodeCapFunction · 0.85
Graph_DeleteNodesFunction · 0.85
Graph_ApplyAllPendingFunction · 0.85
Graph_LabelNodeFunction · 0.85
Graph_IsNodeLabeledFunction · 0.85
Graph_RemoveNodeLabelsFunction · 0.85
Graph_GetNodeLabelsFunction · 0.85
_CommitNodesBlueprintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected