Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qinbf/groundmap
/ _md5_6
Function
_md5_6
scripts/postprocess.py:77–78 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
75
76
77
def
_md5_6(s: str) -> str:
78
return
hashlib.md5(s.encode(
"utf-8"
)).hexdigest()[:6]
79
80
81
def
has_anchors(text: str) -> bool:
Callers
1
add_anchors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected