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

Method close

src/borg/remote.py:1196–1199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1194 )
1195
1196 def close(self):
1197 self.log_instrumentation()
1198 self.cache.clear()
1199 shutil.rmtree(self.basedir)
1200
1201 def get_many(self, keys, read_data=True, raise_missing=True, cache=True):
1202 # It could use different cache keys depending on read_data and cache full vs. meta-only chunks.

Callers 2

inner_serveMethod · 0.45
closeMethod · 0.45

Calls 2

log_instrumentationMethod · 0.95
clearMethod · 0.80

Tested by

no test coverage detected