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

Function _brand_new_redis

tests/tck/utils/graphs.py:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def _brand_new_redis():
19 global r
20 if r is not None:
21 r.flush()
22
23 r = redis()
24 return r.getConnection()
25
26
27def empty_graph():

Callers 3

empty_graphFunction · 0.85
binary_tree_graph1Function · 0.85
binary_tree_graph2Function · 0.85

Calls 1

redisFunction · 0.85

Tested by

no test coverage detected