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

Function setup

tests/unit/test_query_graph.c:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void setup() {
29 Alloc_Reset();
30 _fake_graph_context();
31}
32
33void tearDown() {
34 GraphContext *gc = QueryCtx_GetGraphCtx();

Callers

nothing calls this directly

Calls 2

Alloc_ResetFunction · 0.85
_fake_graph_contextFunction · 0.70

Tested by

no test coverage detected