Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
function
getKeyring({keyringId}) {
142
return
controllerPort.send(
'get-keyring'
, {keyringId});
143
}
144
145
function
createKeyring({keyringId}) {
146
return
controllerPort.send(
'create-keyring'
, {keyringId});
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected