MCPcopy
hub / github.com/zxlie/FeHelper / detectChrome

Function detectChrome

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

Source from the content-addressed store, hash-verified

430function htmlChrome() { return processHtml('output-chrome/apps'); }
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',

Callers

nothing calls this directly

Calls 1

detectUnusedFilesFunction · 0.85

Tested by

no test coverage detected