Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ push
Method
push
src/modules/keyStore.js:74–76 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
72
}
73
74
push(key) {
75
return
this.keys.push(key);
76
}
77
78
removeForId(keyId) {
79
for
(
let
i = 0; i < this.keys.length; i++) {
Callers
15
push
Function · 0.45
mergeWatchlist
Function · 0.45
getKeyData
Function · 0.45
getKeyByAddress
Function · 0.45
getPreferredKeyringQueue
Function · 0.45
load
Method · 0.45
addPublicKeys
Method · 0.45
symEncrypt
Function · 0.45
mapSubKeys
Function · 0.45
mapUsers
Function · 0.45
minifyKey
Function · 0.45
sanitizeKey
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected