Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ key_filename
Method
key_filename
src/borg/remote.py:1141–1142 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
1139
return
prefix + key
1140
1141
def
key_filename(self, key):
1142
return
os.path.join(self.basedir, bin_to_hex(key))
1143
1144
def
backoff(self):
1145
self.query_size_limit()
Callers
4
backoff
Method · 0.95
add_entry
Method · 0.95
get_many
Method · 0.95
test_cache_corruption
Method · 0.45
Calls
1
bin_to_hex
Function · 0.85
Tested by
1
test_cache_corruption
Method · 0.36