Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aesthetic0001/js-virtualizer
/ random
Function
random
sample/functionWithRest.js:4–13 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
2
3
// @virtualize
4
function
random(...args) {
5
console.log(args)
6
7
function
proto(a, b = 3, ...args) {
8
console.log(a, b, args)
9
}
10
11
proto(1, 2, 3, 4, 5)
12
proto(1)
13
}
14
15
random(1, 2, 3, 4, 5)
Callers
1
functionWithRest.js
File · 0.70
Calls
1
proto
Function · 0.85
Tested by
no test coverage detected