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

Function Graph_AllocateEdges

src/graph/graph.c:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void Graph_AllocateEdges(Graph *g, size_t n) {
537 ASSERT(g);
538 DataBlock_Accommodate(g->edges, n);
539}
540
541bool Graph_GetNode
542(

Callers 10

_InitGraphDataStructureFunction · 0.85
_InitGraphDataStructureFunction · 0.85
RdbLoadDeletedEdges_v9Function · 0.85
_InitGraphDataStructureFunction · 0.85
RdbLoadDeletedEdges_v10Function · 0.85
_InitGraphDataStructureFunction · 0.85
_InitGraphDataStructureFunction · 0.85
_InitGraphDataStructureFunction · 0.85
BulkInsertFunction · 0.85
CommitNewEntitiesFunction · 0.85

Calls 1

DataBlock_AccommodateFunction · 0.85

Tested by

no test coverage detected