Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ usingRestAndSpread
Function
usingRestAndSpread
benchmark/misc/arguments.js:18–20 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
16
});
17
18
function
usingRestAndSpread(...args) {
19
format(...args);
20
}
21
22
function
usingRestAndApply(...args) {
23
format.apply(null, args);
Callers
nothing calls this directly
Calls
1
format
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…