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

Function create_edge_range

tests/flow/random_graph.py:81–87  ·  view source on GitHub ↗
(edge, nodes, map)

Source from the content-addressed store, hash-verified

79
80
81def create_edge_range(edge, nodes, map):
82 edges_count = edge["count"]
83 data = []
84 for i in range(0, edges_count):
85 item = create_edge_map(edge, nodes)
86 data.append(item)
87 return data, f"UNWIND $edges AS {map}"
88
89
90def create_edge_pattern(edge, nodes, map):

Callers 1

create_random_graphFunction · 0.85

Calls 1

create_edge_mapFunction · 0.85

Tested by

no test coverage detected