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

Function _Graph_NodeCap

src/graph/graph.c:94–96  ·  view source on GitHub ↗

return number of nodes graph can contain

Source from the content-addressed store, hash-verified

92
93// return number of nodes graph can contain
94static inline size_t _Graph_NodeCap(const Graph *g) {
95 return g->nodes->itemCap;
96}
97
98static void _CollectEdgesFromEntry
99(

Callers 1

Graph_RequiredMatrixDimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected