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

Function Graph_ResetReservedNode

src/graph/graph.c:656–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void Graph_ResetReservedNode
657(
658 Graph *g
659) {
660 ASSERT(g != NULL);
661 g->reserved_node_count = 0;
662}
663
664Node Graph_ReserveNode
665(

Callers 1

QueryCtx_RollbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected