MCPcopy
hub / github.com/jsdoc/jsdoc / bump

Function bump

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

Source from the content-addressed store, hash-verified

31};
32
33function bump(cb) {
34 gulp.src('./package.json')
35 .pipe(jsonEditor({
36 revision: String( Date.now() )
37 }))
38 .pipe(gulp.dest('./'));
39
40 cb();
41}
42
43function coverage(cb) {
44 const cmd = util.format('./node_modules/.bin/nyc --reporter=html %s -T', options.nodeBin);

Callers

nothing calls this directly

Calls 1

cbFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…