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

Function test_cyclicGraph

tests/unit/test_detect_cycle.c:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void test_cyclicGraph() {
121 QueryGraph *g = CyclicBuildGraph(); // Graph traversed.
122 TEST_ASSERT(IsAcyclicGraph(g) == false);
123
124 // clean up
125 QueryGraph_Free(g);
126}
127
128TEST_LIST = {
129 { "acyclicGraph", test_acyclicGraph},

Callers

nothing calls this directly

Calls 3

CyclicBuildGraphFunction · 0.85
IsAcyclicGraphFunction · 0.85
QueryGraph_FreeFunction · 0.85

Tested by

no test coverage detected