MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / get_name

Method get_name

memory_graph/node_base.py:91–95  ·  view source on GitHub ↗

Return a unique name for the node.

(self)

Source from the content-addressed store, hash-verified

89 return self.children
90
91 def get_name(self):
92 """
93 Return a unique name for the node.
94 """
95 return f'node{self.get_id()}'
96
97 def get_html_table(self, nodes, slices, id_to_slices):
98 """

Callers 3

add_referenceMethod · 0.80
add_subgraphFunction · 0.80
add_to_graphviz_graphFunction · 0.80

Calls 1

get_idMethod · 0.95

Tested by

no test coverage detected