MCPcopy
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

generateKeyMethod · 0.45
registerFunction · 0.45
registerPeerFunction · 0.45
getMethod · 0.45
updateSessionMethod · 0.45
createControllerFunction · 0.45
createPeerMethod · 0.45
setAppDataSlotFunction · 0.45
editorContainerFunction · 0.45
keyGenContainerFunction · 0.45
keyBackupContainerFunction · 0.45

Calls 1

updateSessionMethod · 0.95

Tested by

no test coverage detected