MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / getKeyring

Function getKeyring

src/content-scripts/clientAPI.js:141–143  ·  view source on GitHub ↗
({keyringId})

Source from the content-addressed store, hash-verified

139}
140
141function getKeyring({keyringId}) {
142 return controllerPort.send('get-keyring', {keyringId});
143}
144
145function createKeyring({keyringId}) {
146 return controllerPort.send('create-keyring', {keyringId});

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected