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

Function setup

tests/unit/test_detect_cycle.c:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void setup() {
100 // Use the malloc family for allocations
101 Alloc_Reset();
102
103 // Initialize GraphBLAS
104 GrB_init(GrB_NONBLOCKING);
105 GxB_set(GxB_FORMAT, GxB_BY_ROW);
106}
107
108void tearDown() {
109 GrB_finalize();

Callers

nothing calls this directly

Calls 2

Alloc_ResetFunction · 0.85
GrB_initFunction · 0.85

Tested by

no test coverage detected