MCPcopy
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)

Calls

no outgoing calls

Tested by

no test coverage detected