MCPcopy
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

pushFunction · 0.45
mergeWatchlistFunction · 0.45
getKeyDataFunction · 0.45
getKeyByAddressFunction · 0.45
getPreferredKeyringQueueFunction · 0.45
loadMethod · 0.45
addPublicKeysMethod · 0.45
symEncryptFunction · 0.45
mapSubKeysFunction · 0.45
mapUsersFunction · 0.45
minifyKeyFunction · 0.45
sanitizeKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected