Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void setup() {
29
Alloc_Reset();
30
_fake_graph_context();
31
}
32
33
void tearDown() {
34
GraphContext *gc = QueryCtx_GetGraphCtx();
Callers
nothing calls this directly
Calls
2
Alloc_Reset
Function · 0.85
_fake_graph_context
Function · 0.70
Tested by
no test coverage detected