MCPcopy Create free account
hub / github.com/npkgz/cli-progress / updateBar

Function updateBar

test/infinite.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5const bar1 = new _cliProgress.Bar({}, _cliProgress.Presets.shades_classic);
6
7async function updateBar() {
8 bar1.update(1);
9 await sleep(3600);
10}
11
12bar1.start(99999999999999999999999999999999999999999999999999999999, 0);
13

Callers 1

infinite.jsFile · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…