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

Method constructor

src/controller/mainCs.controller.js:10–13  ·  view source on GitHub ↗
(port)

Source from the content-addressed store, hash-verified

8
9export default class MainCsController extends SubController {
10 constructor(port) {
11 super(port);
12 this.on('ready', this.handleContentReady);
13 }
14
15 async handleContentReady() {
16 const watchList = await getWatchList();

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected