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

Function tearDown

tests/unit/test_query_graph.c:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void tearDown() {
34 GraphContext *gc = QueryCtx_GetGraphCtx();
35 free(gc);
36 QueryCtx_Free();
37}
38
39void compare_nodes(const QGNode *a, const QGNode *b) {
40 uint a_lbl_count = QGNode_LabelCount(a);

Callers

nothing calls this directly

Calls 2

QueryCtx_GetGraphCtxFunction · 0.85
QueryCtx_FreeFunction · 0.85

Tested by

no test coverage detected