Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ set
Method
set
src/controller/main.controller.js:118–121 ·
view source on GitHub ↗
(id, ctrl)
Source
from the content-addressed store, hash-verified
116
}
117
118
set(id, ctrl) {
119
this.map.set(id, ctrl);
120
return
this.updateSession(id, ctrl);
121
}
122
123
updateSession(id, ctrl) {
124
return
chrome.storage.session.set({[id]: {
Callers
15
encryptedForm.controller.js
File · 0.45
generateKey
Method · 0.45
register
Function · 0.45
registerPeer
Function · 0.45
get
Method · 0.45
updateSession
Method · 0.45
createController
Function · 0.45
createPeer
Method · 0.45
setAppDataSlot
Function · 0.45
editorContainer
Function · 0.45
keyGenContainer
Function · 0.45
keyBackupContainer
Function · 0.45
Calls
1
updateSession
Method · 0.95
Tested by
no test coverage detected