Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ availableFunctions
Function
availableFunctions
deps/v8/tools/clusterfuzz/js_fuzzer/mutators/common.js:236–238 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
234
}
235
236
function
availableFunctions(path) {
237
return
_availableIdentifiers(path, isFunctionIdentifier);
238
}
239
240
function
availableFunctionNames(path) {
241
const
available =
new
Set([]);
Callers
1
randomFunction
Function · 0.85
Calls
1
_availableIdentifiers
Function · 0.85
Tested by
no test coverage detected