MCPcopy 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
258function randomVariable(path) {
259 return random.single(availableVariables(path));
260}
261
262function randomFunction(path) {
263 return random.single(availableFunctions(path));

Callers 1

randomValueFunction · 0.85

Calls 1

availableVariablesFunction · 0.85

Tested by

no test coverage detected