MCPcopy
hub / github.com/borgbackup/borg / _lock_refresh

Method _lock_refresh

src/borg/repository.py:233–235  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 self.store.store("config/id", bin_to_hex(id).encode())
232
233 def _lock_refresh(self):
234 if self.lock is not None:
235 self.lock.refresh()
236
237 def save_key(self, keydata):
238 # note: saving an empty key means that there is no repokey anymore

Callers 13

infoMethod · 0.95
checkMethod · 0.95
listMethod · 0.95
getMethod · 0.95
putMethod · 0.95
deleteMethod · 0.95
get_manifestMethod · 0.95
put_manifestMethod · 0.95
store_listMethod · 0.95
store_loadMethod · 0.95
store_storeMethod · 0.95
store_deleteMethod · 0.95

Calls 1

refreshMethod · 0.80

Tested by

no test coverage detected