Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ load_key
Method
load_key
src/borg/testsuite/crypto/key_test.py:115–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
self.key_data = data
114
115
def
load_key(self):
116
return
self.key_data
117
118
def
test_plaintext(self):
119
key = PlaintextKey.create(None, None)
Callers
6
find_key
Method · 0.45
load
Method · 0.45
load_keyblob
Method · 0.45
test_init_defaults_to_argon2
Function · 0.45
test_change_passphrase_does_not_change_algorithm_argon2
Function · 0.45
test_change_location_does_not_change_algorithm_argon2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected