Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ setup
Function
setup
tests/unit/test_pagerank.c:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#include <stdlib.h>
12
13
void setup() {
14
Alloc_Reset();
15
GrB_init(GrB_NONBLOCKING);
16
}
17
18
void tearDown() {
19
GrB_finalize();
Callers
nothing calls this directly
Calls
2
Alloc_Reset
Function · 0.85
GrB_init
Function · 0.85
Tested by
no test coverage detected