MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / unlockKey

Function unlockKey

test/legacy/modules/pgpModel-test.js:57–59  ·  view source on GitHub ↗
({key})

Source from the content-addressed store, hash-verified

55 data,
56 keyringId: MAIN_KEYRING_ID,
57 unlockKey({key}) {
58 return unlock({key, password: '1234'});
59 },
60 encryptionKeyFprs: ['771f9119b823e06c0de306d466663688a83e9763', '8f96b0094087a3499ed870ebe1ec3869e40bfe51'],
61 signingKeyFpr: '771f9119b823e06c0de306d466663688a83e9763',
62 uiLogSource: 'unit_test',

Callers

nothing calls this directly

Calls 1

unlockFunction · 0.90

Tested by

no test coverage detected