MCPcopy Index your code
hub / github.com/borgbackup/borg / rollback

Method rollback

src/borg/legacyremote.py:653–654  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

651
652 @api(since=parse_version("1.0.0"))
653 def rollback(self):
654 """actual remoting is done via self.call in the @api decorator"""
655
656 @api(since=parse_version("1.0.0"))
657 def destroy(self):

Callers 1

__exit__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected