Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
function
createKeyring({keyringId}) {
146
return
controllerPort.send(
'create-keyring'
, {keyringId});
147
}
148
149
function
displayContainer({selector, armored, keyringId, options = {}}) {
150
let
container;
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected