Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
def
normalize_id(val):
92
return
repr(make_hashable(val))
93
94
def
stable_node_sort_key(node):
95
labels = normalize_labels(node.get(
"_labels"
) or node.get(
"_label"
))
Callers
1
load_and_normalize
Function · 0.85
Calls
1
make_hashable
Function · 0.85
Tested by
no test coverage detected