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

Method _get_filepath

vdirsyncer/storage/filesystem.py:72–73  ·  view source on GitHub ↗
(self, href)

Source from the content-addressed store, hash-verified

70 return kwargs
71
72 def _get_filepath(self, href):
73 return os.path.join(self.path, href)
74
75 def _get_href(self, ident):
76 return generate_href(ident) + self.fileext

Callers 4

getMethod · 0.95
_upload_implMethod · 0.95
updateMethod · 0.95
deleteMethod · 0.95

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected