MCPcopy
hub / github.com/visionmedia/node-progress / forward

Function forward

examples/backnforth.js:17–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15});
16
17function forward() {
18 bar.tick(1, { title: 'forward ' });
19 if (bar.curr > 60) {
20 backward();
21 } else {
22 setTimeout(forward, 20);
23 }
24}
25
26function backward() {
27 bar.tick(-1, { title: 'backward' });

Callers 1

backnforth.jsFile · 0.85

Calls 1

backwardFunction · 0.85

Tested by

no test coverage detected