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

Method async_response

src/borg/testsuite/archive_test.py:148–149  ·  view source on GitHub ↗
(self, wait=True)

Source from the content-addressed store, hash-verified

146class MockCache:
147 class MockRepo:
148 def async_response(self, wait=True):
149 pass
150
151 def __init__(self):
152 self.objects = {}

Callers 3

transfer_chunksFunction · 0.45
process_chunksFunction · 0.45
do_repo_compressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected