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

Function make_connection

tests/fuzz/process.py:19–22  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

17
18
19def make_connection(module):
20 env = Env(decodeResponses=True, module=module, logDir="logs")
21 redis_con = env.getConnection()
22 return Graph(redis_con, "G")
23
24
25def issue_queries(graph, timeout):

Callers 1

process.pyFile · 0.85

Calls 1

GraphClass · 0.90

Tested by

no test coverage detected