MCPcopy
hub / github.com/jsdoc/jsdoc / execCb

Function execCb

gulpfile.js:9–13  ·  view source on GitHub ↗
(cb, err, stdout, stderr)

Source from the content-addressed store, hash-verified

7const util = require('util');
8
9function execCb(cb, err, stdout, stderr) {
10 console.log(stdout);
11 console.error(stderr);
12 cb(err);
13}
14
15const options = {
16 coveragePaths: [

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…