Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ open
Method
open
src/borg/cache.py:271–272 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
269
config.write(fd)
270
271
def
open(self):
272
self.load()
273
274
def
load(self):
275
self._config = configparser.ConfigParser(interpolation=None)
Callers
6
__enter__
Method · 0.95
key_matches
Method · 0.45
assert_location_matches
Method · 0.45
assert_no_manifest_replay
Method · 0.45
load
Method · 0.45
open
Method · 0.45
Calls
1
load
Method · 0.95
Tested by
no test coverage detected