Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ delete
Method
delete
src/controller/main.controller.js:131–134 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
129
}
130
131
delete(id) {
132
this.map.delete(id);
133
return
chrome.storage.session.remove(id);
134
}
135
136
async
has(id) {
137
const
hasSession =
await
chrome.storage.session.getBytesInUse(id);
Callers
5
rejectKey
Method · 0.45
removePort
Function · 0.45
createController
Function · 0.45
removePeer
Method · 0.45
getAppDataSlot
Function · 0.45
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected