MCPcopy
hub / github.com/mailvelope/mailvelope / has

Method has

src/controller/main.controller.js:136–139  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

134 }
135
136 async has(id) {
137 const hasSession = await chrome.storage.session.getBytesInUse(id);
138 return this.map.has(id) && hasSession;
139 }
140}
141
142export async function createController(type, port, eventCache) {

Callers 6

registerFunction · 0.45
registerPeerFunction · 0.45
verifyCreatePermissionFunction · 0.45
removePortFunction · 0.45
getMethod · 0.45
getFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected