MCPcopy
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
6export default function rest(func, start) {
7 return _overRest(func, start, identity);
8}

Callers 15

reflectFunction · 0.85
memoizeFunction · 0.85
whilstFunction · 0.85
seq.jsFile · 0.85
doWhilstFunction · 0.85
doDuringFunction · 0.85
runTaskFunction · 0.85
compose.jsFile · 0.85
apply.jsFile · 0.85
constant.jsFile · 0.85
nextTaskFunction · 0.85
consoleFuncFunction · 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…