MCPcopy 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
4function 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
15random(1, 2, 3, 4, 5)

Callers 1

Calls 1

protoFunction · 0.85

Tested by

no test coverage detected