MCPcopy
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

backoffMethod · 0.95
add_entryMethod · 0.95
get_manyMethod · 0.95
test_cache_corruptionMethod · 0.45

Calls 1

bin_to_hexFunction · 0.85

Tested by 1

test_cache_corruptionMethod · 0.36