Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
function
forward() {
18
bar.tick(1, { title:
'forward '
});
19
if
(bar.curr > 60) {
20
backward();
21
}
else
{
22
setTimeout(forward, 20);
23
}
24
}
25
26
function
backward() {
27
bar.tick(-1, { title:
'backward'
});
Callers
1
backnforth.js
File · 0.85
Calls
1
backward
Function · 0.85
Tested by
no test coverage detected