Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pimutils/vdirsyncer
/ test_empty_get_multi
Method
test_empty_get_multi
tests/storage/__init__.py:92–93 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
90
assert etag == etag2
91
92
def
test_empty_get_multi(self, s):
93
assert list(s.get_multi([])) == []
94
95
def
test_get_multi_duplicates(self, s, get_item):
96
href, etag = s.upload(get_item())
Callers
nothing calls this directly
Calls
1
get_multi
Method · 0.45
Tested by
no test coverage detected