MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / handleRuntimeMessage

Method handleRuntimeMessage

src/lib/EventHandler.js:61–67  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

59 }
60
61 handleRuntimeMessage(msg) {
62 switch (msg.event) {
63 case 'reconnect':
64 this.#checkConnection();
65 break;
66 }
67 }
68
69 initPort(port) {
70 this._port = port;

Callers

nothing calls this directly

Calls 1

#checkConnectionMethod · 0.95

Tested by

no test coverage detected