Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/
Class
src/controller/editor.controller.js:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
import
{lookupKey} from
'./import.controller'
;
28
29
export
default
class
EditorController extends SubController {
30
constructor(port) {
31
super(port);
32
if
(!port) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected