MCPcopy
hub / github.com/mozilla/web-ext / getVersion

Function getVersion

tests/unit/test.program.js:328–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 it('checks for updates automatically', () => {
327 const handler = spy();
328 const getVersion = async () => 'some-package-version';
329 const checkForUpdates = sinon.stub();
330 const program = new Program(['run']).command(
331 'run',

Callers 2

executeMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…