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