Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ randomFunction
Function
randomFunction
deps/v8/tools/clusterfuzz/js_fuzzer/mutators/common.js:262–264 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
260
}
261
262
function
randomFunction(path) {
263
return
random.single(availableFunctions(path));
264
}
265
266
function
randomSeed() {
267
return
random.randInt(0, 2**20);
Callers
1
randomValue
Function · 0.85
Calls
1
availableFunctions
Function · 0.85
Tested by
no test coverage detected