Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get
Method · 0.95
_upload_impl
Method · 0.95
update
Method · 0.95
delete
Method · 0.95
Calls
1
join
Method · 0.80
Tested by
no test coverage detected