Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caolan/async
/ rest
Function
rest
lib/internal/rest.js:6–8 ·
view source on GitHub ↗
(func, start)
Source
from the content-addressed store, hash-verified
4
// Lodash rest function without function.toString()
5
// remappings
6
export
default
function
rest(func, start) {
7
return
_overRest(func, start, identity);
8
}
Callers
15
reflect
Function · 0.85
memoize
Function · 0.85
whilst
Function · 0.85
seq.js
File · 0.85
doWhilst
Function · 0.85
doDuring
Function · 0.85
runTask
Function · 0.85
compose.js
File · 0.85
apply.js
File · 0.85
constant.js
File · 0.85
nextTask
Function · 0.85
consoleFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…