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

Class UnencryptedRepo

src/borg/crypto/keymanager.py:25–28  ·  view source on GitHub ↗

Key management not available for unencrypted repositories.

Source from the content-addressed store, hash-verified

23
24
25class UnencryptedRepo(Error):
26 """Key management not available for unencrypted repositories."""
27
28 exit_mcode = 46
29
30
31class UnknownKeyType(Error):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected