Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ getControllerClass
Function
getControllerClass
src/controller/factory.js:74–76 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
72
}
73
74
export
function
getControllerClass(
type
) {
75
return
repo.get(
type
).contrConstructor;
76
}
77
78
/**
79
* Register controllers
Callers
1
get
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected