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

Method commit

src/borg/remote.py:966–967  ·  view source on GitHub ↗

actual remoting is done via self.call in the @api decorator

(self, compact=True, threshold=0.1)

Source from the content-addressed store, hash-verified

964 threshold={"since": parse_version("1.2.0a8"), "previously": 0.1, "dontcare": True},
965 )
966 def commit(self, compact=True, threshold=0.1):
967 """actual remoting is done via self.call in the @api decorator"""
968
969 @api(since=parse_version("1.0.0"))
970 def rollback(self):

Callers 15

add_keysFunction · 0.45
test_basic_operationsFunction · 0.45
test_read_dataFunction · 0.45
test_consistency2Function · 0.45
test_listFunction · 0.45
test_sparse1Function · 0.45
test_sparse2Function · 0.45
test_sparse_deleteFunction · 0.45
test_uncommitted_garbageFunction · 0.45

Calls

no outgoing calls

Tested by 15

add_keysFunction · 0.36
test_basic_operationsFunction · 0.36
test_read_dataFunction · 0.36
test_consistency2Function · 0.36
test_listFunction · 0.36
test_sparse1Function · 0.36
test_sparse2Function · 0.36
test_sparse_deleteFunction · 0.36
test_uncommitted_garbageFunction · 0.36