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

Function test_procCall

tests/unit/test_execution_plan_clone.c:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void test_procCall() {
242 const char **queries = array_new(const char *, 1);
243 array_append(queries,
244 "CALL db.idx.fulltext.queryNodes('fruit', 'Orange*') YIELD node RETURN node");
245
246 validate_query_plans_clone(queries);
247 array_free(queries);
248}
249
250void test_unwind() {
251 const char **queries = array_new(const char *, 1);

Callers

nothing calls this directly

Calls 2

array_freeFunction · 0.85

Tested by

no test coverage detected