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

Function Graph_LabelTypeCount

src/graph/graph.c:527–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527int Graph_LabelTypeCount(const Graph *g) {
528 return array_len(g->labels);
529}
530
531void Graph_AllocateNodes(Graph *g, size_t n) {
532 ASSERT(g);

Callers 12

RdbLoadGraphContext_v13Function · 0.85
RdbLoadGraphContext_v11Function · 0.85
RdbLoadGraphContext_v9Function · 0.85
RdbLoadGraphContext_v10Function · 0.85
RdbLoadGraphContext_v8Function · 0.85
RdbLoadGraphContext_v12Function · 0.85
Graph_AddLabelFunction · 0.85
Graph_RemoveLabelFunction · 0.85
Graph_GetLabelMatrixFunction · 0.85
CommitUpdatesFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected