MCPcopy
hub / github.com/pimutils/vdirsyncer / _get_href

Method _get_href

vdirsyncer/storage/memory.py:29–30  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

27 super().__init__(**kwargs)
28
29 def _get_href(self, item):
30 return item.ident + self.fileext
31
32 def list(self):
33 for href, (etag, _item) in self.items.items():

Callers 1

uploadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected