MCPcopy
hub / github.com/jsdoc/jsdoc / cb

Function cb

jsdoc.js:62–65  ·  view source on GitHub ↗
(errorCode)

Source from the content-addressed store, hash-verified

60 const cli = require('./cli');
61
62 function cb(errorCode) {
63 cli.logFinish();
64 cli.exit(errorCode || 0);
65 }
66
67 cli.setVersionInfo()
68 .loadConfig();

Callers 7

cli.jsFile · 0.85
execCbFunction · 0.85
bumpFunction · 0.85
lintFunction · 0.85
walker.jsFile · 0.85
_recurseMethod · 0.85
virtual2.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected