Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ constructor
Method
constructor
src/controller/main.controller.js:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
92
class
ControllerMap {
93
constructor() {
94
this.map =
new
Map();
95
}
96
97
async
get(id) {
98
if
(this.map.has(id)) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected