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

Class

src/controller/app.controller.js:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25import {denyCampaign, isCampaignCurrentlyGranted, grantCampaign, recordOnboardingStep, ADD_KEY, BEGIN, ONBOARDING_CAMPAIGN} from '../lib/analytics';
26
27export default class AppController extends SubController {
28 constructor(port) {
29 super(port);
30 // register event handlers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected