MCPcopy Create free account
hub / github.com/mailvelope/mailvelope /

Class

src/controller/mainCs.controller.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import {prefs, getWatchList} from '../modules/prefs';
8
9export default class MainCsController extends SubController {
10 constructor(port) {
11 super(port);
12 this.on('ready', this.handleContentReady);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected