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

Function getUILanguage

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

Source from the content-addressed store, hash-verified

301 return id;
302 },
303 getUILanguage() {
304 return 'en';
305 }
306 };
307
308 window.chrome.action ??= {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected