MCPcopy 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
18function usingRestAndSpread(...args) {
19 format(...args);
20}
21
22function usingRestAndApply(...args) {
23 format.apply(null, args);

Callers

nothing calls this directly

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…