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

Function usingPredefined

benchmark/misc/arguments.js:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30function usingPredefined() {
31 format('part 1', 'part', 2, 'part 3', 'part', 4);
32}
33
34function main({ n, method, args }) {
35 let fn;

Callers

nothing calls this directly

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected