MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / normalize_id

Function normalize_id

tests/integration/test_parser_goldens.py:91–92  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

89 return val
90
91def normalize_id(val):
92 return repr(make_hashable(val))
93
94def stable_node_sort_key(node):
95 labels = normalize_labels(node.get("_labels") or node.get("_label"))

Callers 1

load_and_normalizeFunction · 0.85

Calls 1

make_hashableFunction · 0.85

Tested by

no test coverage detected