Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
function
backward() {
27
bar.tick(-1, { title:
'backward'
});
28
if
(bar.curr == 0) {
29
bar.terminate();
30
}
else
{
31
setTimeout(backward, 20);
32
}
33
}
34
35
forward();
Callers
1
forward
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected