Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ sendKeyUpdate
Method
sendKeyUpdate
src/controller/app.controller.js:262–264 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
260
}
261
262
async
sendKeyUpdate() {
263
(
await
getAllControllerByType(
'editor'
)).forEach(editorCntrl => editorCntrl.sendKeyUpdate());
264
}
265
266
async
setWatchList({data}) {
267
await
prefs.setWatchList(data);
Callers
9
removeKey
Method · 0.95
removeUser
Method · 0.95
addUser
Method · 0.95
revokeUser
Method · 0.95
revokeKey
Method · 0.95
setKeyExDate
Method · 0.95
setKeyPwd
Method · 0.95
generateKey
Method · 0.95
importKeys
Method · 0.95
Calls
1
getAllControllerByType
Function · 0.90
Tested by
no test coverage detected