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

Function getMessage

test/integration/__mocks__/chrome-api-setup.js:300–302  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

298
299 window.chrome.i18n = {
300 getMessage(id) {
301 return id;
302 },
303 getUILanguage() {
304 return 'en';
305 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected