MCPcopy
hub / github.com/mailvelope/mailvelope / getVersion

Method getVersion

src/client-API/client-api.js:33–35  ·  view source on GitHub ↗

* Gives access to the mailvelope extension version * @returns {Promise. }

()

Source from the content-addressed store, hash-verified

31 * @returns {Promise.<String, Error>}
32 */
33 getVersion() {
34 return send('get-version');
35 }
36
37 /**
38 * Retrieves the Keyring for the given identifier

Callers 1

initOpenPGPFunction · 0.80

Calls 1

sendFunction · 0.70

Tested by

no test coverage detected