MCPcopy
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
132def hash_item(text):
133 return hashlib.sha256(normalize_item(text).encode('utf-8')).hexdigest()
134
135
136def split_collection(text):

Callers 1

hashMethod · 0.85

Calls 1

normalize_itemFunction · 0.85

Tested by

no test coverage detected