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

Function createKeyring

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

Source from the content-addressed store, hash-verified

143}
144
145function createKeyring({keyringId}) {
146 return controllerPort.send('create-keyring', {keyringId});
147}
148
149function displayContainer({selector, armored, keyringId, options = {}}) {
150 let container;

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected