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

Function getVersion

src/content-scripts/clientAPI.js:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136function getVersion() {
137 const [version] = prefs.version.match(/^\d{1,2}\.\d{1,2}\.\d{1,2}/);
138 return version;
139}
140
141function getKeyring({keyringId}) {
142 return controllerPort.send('get-keyring', {keyringId});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected