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

Function backward

examples/backnforth.js:26–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26function backward() {
27 bar.tick(-1, { title: 'backward' });
28 if (bar.curr == 0) {
29 bar.terminate();
30 } else {
31 setTimeout(backward, 20);
32 }
33}
34
35forward();

Callers 1

forwardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected