Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
536
void Graph_AllocateEdges(Graph *g, size_t n) {
537
ASSERT(g);
538
DataBlock_Accommodate(g->edges, n);
539
}
540
541
bool Graph_GetNode
542
(
Callers
10
_InitGraphDataStructure
Function · 0.85
_InitGraphDataStructure
Function · 0.85
RdbLoadDeletedEdges_v9
Function · 0.85
_InitGraphDataStructure
Function · 0.85
RdbLoadDeletedEdges_v10
Function · 0.85
_InitGraphDataStructure
Function · 0.85
_InitGraphDataStructure
Function · 0.85
_InitGraphDataStructure
Function · 0.85
BulkInsert
Function · 0.85
CommitNewEntities
Function · 0.85
Calls
1
DataBlock_Accommodate
Function · 0.85
Tested by
no test coverage detected