MCPcopy
hub / github.com/kimmobrunfeldt/progressbar.js / status

Function status

tools/release.js:131–134  ·  view source on GitHub ↗
( /* arguments */ )

Source from the content-addressed store, hash-verified

129}
130
131function status( /* arguments */ ) {
132 var args = Array.prototype.slice.call(arguments);
133 console.log(config.consolePrefix, args.join(' '));
134}
135
136function run(cmd, msg) {
137 // All calls are actually synchronous but eventually some task

Callers 5

mainFunction · 0.85
runFunction · 0.85
bumpVersionFunction · 0.85
insertBannerFunction · 0.85
bumpReadmeVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…