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

Method get_edges

memory_graph/html_table.py:123–125  ·  view source on GitHub ↗

Get the edges that need to be added to connect the table to other tables in the graph.

(self)

Source from the content-addressed store, hash-verified

121 """ Construct the HTML table string with the 'border' and 'color' settings. """
122 if self.col_count == 0 and self.row_count == 0:
123 if self.is_empty:
124 self.add_value(utils.unquoted_str(''), border=0)
125 return self.html_table_frame(border, color, line_color, spacing=0)
126 return self.html_table_frame(border, color, line_color)
127
128 def get_column(self):

Callers 1

add_to_graphviz_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected