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

Function test_unwind

tests/unit/test_execution_plan_clone.c:250–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void test_unwind() {
251 const char **queries = array_new(const char *, 1);
252 array_append(queries, "UNWIND [1,2,3] as x RETURN x");
253
254 validate_query_plans_clone(queries);
255 array_free(queries);
256}
257
258void test_with() {
259 const char **queries = array_new(const char *, 6);

Callers

nothing calls this directly

Calls 2

array_freeFunction · 0.85

Tested by

no test coverage detected