Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ random_graph_value
Function
random_graph_value
tests/flow/random_graph.py:44–46 ·
view source on GitHub ↗
(values=ALL_VALUES)
Source
from the content-addressed store, hash-verified
42
43
44
def
random_graph_value(values=ALL_VALUES):
45
type = randint(0, len(values) - 1)
46
return
ALL_VALUES[type]()
47
48
49
def
create_node_map(node, i):
Callers
2
random_array
Function · 0.85
create_node_map
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected