MCPcopy Index your code
hub / github.com/nodejs/node / usingRestAndApply

Function usingRestAndApply

benchmark/misc/arguments.js:22–24  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

20}
21
22function usingRestAndApply(...args) {
23 format.apply(null, args);
24}
25
26function usingArgumentsAndApply() {
27 format.apply(null, arguments);

Callers

nothing calls this directly

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…