Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ create_node_pattern
Function
create_node_pattern
tests/flow/random_graph.py:76–78 ·
view source on GitHub ↗
(node, map)
Source
from the content-addressed store, hash-verified
74
75
76
def
create_node_pattern(node, map):
77
labels =
":"
.join(node[
"labels"
])
78
return
f
"CREATE (n:{labels}) SET n = {map}"
79
80
81
def
create_edge_range(edge, nodes, map):
Callers
2
create_random_graph
Function · 0.85
create_node
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected