MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / setActiveKeyringId

Function setActiveKeyringId

src/controller/sub.controller.js:117–119  ·  view source on GitHub ↗
(keyringId)

Source from the content-addressed store, hash-verified

115let activeKeyringId = MAIN_KEYRING_ID;
116
117export function setActiveKeyringId(keyringId) {
118 activeKeyringId = keyringId;
119}
120
121export function getActiveKeyringId() {
122 return activeKeyringId;

Callers 4

constructorMethod · 0.90
deleteKeyringMethod · 0.90
getKeyringMethod · 0.90
createKeyringMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected