MCPcopy 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
76def create_node_pattern(node, map):
77 labels = ":".join(node["labels"])
78 return f"CREATE (n:{labels}) SET n = {map}"
79
80
81def create_edge_range(edge, nodes, map):

Callers 2

create_random_graphFunction · 0.85
create_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected