MCPcopy Index your code
hub / github.com/zxlie/FeHelper / zipFirefox

Function zipFirefox

gulpfile.js:481–481  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

479function jsonFirefox() { return processJson('output-firefox/apps'); }
480function detectFirefox(cb) { detectUnusedFiles('output-firefox/apps', cb); }
481function zipFirefox(cb) { zipPackage('output-firefox', cb); }
482
483gulp.task('firefox',
484 gulp.series(

Callers

nothing calls this directly

Calls 1

zipPackageFunction · 0.85

Tested by

no test coverage detected