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

Method constructor

src/content-scripts/importFrame.js:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15export default class ImportFrame extends ExtractFrame {
16 constructor() {
17 super();
18 this.ctrlName = `imFrame-${this.id}`;
19 }
20
21 renderFrame() {
22 super.renderFrame();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected