Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pimutils/vdirsyncer
/ hash_item
Function
hash_item
vdirsyncer/vobject.py:132–133 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
130
131
132
def
hash_item(text):
133
return
hashlib.sha256(normalize_item(text).encode(
'utf-8'
)).hexdigest()
134
135
136
def
split_collection(text):
Callers
1
hash
Method · 0.85
Calls
1
normalize_item
Function · 0.85
Tested by
no test coverage detected