MCPcopy Create free account
hub / github.com/npkgz/cli-progress / example-synchronous.js

File example-synchronous.js

examples/example-synchronous.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const _progress = require('../cli-progress');
2
3// long running, recursive function (blocking operation)
4// well it's no optimized and not for productive use but it's an easy way to implement a long-running & blocking operation without third-party modules

Callers

nothing calls this directly

Calls 3

runSinglebarFunction · 0.85
runMultibarFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected