Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pimutils/vdirsyncer
/ update
Method
update
tests/unit/sync/test_sync.py:552–553 ·
view source on GitHub ↗
(href, item, etag)
Source
from the content-addressed store, hash-verified
550
return
_old_upload(item)[0], None
551
552
def
update(href, item, etag):
553
_old_update(href, item, etag)
554
555
s.upload = upload
556
s.update = update
Callers
1
sync
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected