Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ store_store
Method
store_store
src/borg/repository.py:559–561 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
557
return
self.store.load(name)
558
559
def
store_store(self, name, value):
560
self._lock_refresh()
561
return
self.store.store(name, value)
562
563
def
store_delete(self, name, *, deleted=False):
564
self._lock_refresh()
Callers
4
write_chunkindex_to_repo_cache
Function · 0.45
create
Method · 0.45
do_repo_space
Method · 0.45
test_delete_chunkindex_cache_missing
Function · 0.45
Calls
1
_lock_refresh
Method · 0.95
Tested by
1
test_delete_chunkindex_cache_missing
Function · 0.36