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

Function zipChrome

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

Source from the content-addressed store, hash-verified

431function jsonChrome() { return processJson('output-chrome/apps'); }
432function detectChrome(cb) { detectUnusedFiles('output-chrome/apps', cb); }
433function zipChrome(cb) { zipPackage('output-chrome', cb); }
434
435gulp.task('default',
436 gulp.series(

Callers

nothing calls this directly

Calls 1

zipPackageFunction · 0.85

Tested by

no test coverage detected