Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
30
function
usingPredefined() {
31
format(
'part 1'
,
'part'
, 2,
'part 3'
,
'part'
, 4);
32
}
33
34
function
main({ n, method, args }) {
35
let
fn;
Callers
nothing calls this directly
Calls
1
format
Function · 0.50
Tested by
no test coverage detected