Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pimutils/vdirsyncer
/ get
Method
get
vdirsyncer/storage/memory.py:36–38 ·
view source on GitHub ↗
(self, href)
Source
from the content-addressed store, hash-verified
34
yield
href, etag
35
36
def
get(self, href):
37
etag, item = self.items[href]
38
return
item, etag
39
40
def
has(self, href):
41
return
href in self.items
Callers
7
test_repair_uids
Function · 0.95
test_repair_unsafe_uids
Function · 0.95
test_upload_and_update
Function · 0.95
test_deletion
Function · 0.95
test_already_synced
Function · 0.95
__init__
Method · 0.45
get_meta
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_repair_uids
Function · 0.76
test_repair_unsafe_uids
Function · 0.76
test_upload_and_update
Function · 0.76
test_deletion
Function · 0.76
test_already_synced
Function · 0.76