| 31 | } |
| 32 | |
| 33 | void tearDown() { |
| 34 | GraphContext *gc = QueryCtx_GetGraphCtx(); |
| 35 | free(gc); |
| 36 | QueryCtx_Free(); |
| 37 | } |
| 38 | |
| 39 | void compare_nodes(const QGNode *a, const QGNode *b) { |
| 40 | uint a_lbl_count = QGNode_LabelCount(a); |
nothing calls this directly
no test coverage detected