Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ isSafeDependencies
Method
isSafeDependencies
src/backend/function-node.js:669–671 ·
view source on GitHub ↗
(dependencies)
Source
from the content-addressed store, hash-verified
667
}
668
669
isSafeDependencies(dependencies) {
670
return
dependencies && dependencies.every ? dependencies.every(dependency => dependency.isSafe) : true;
671
}
672
673
/**
674
*
Callers
4
traceFunctionAST
Method · 0.95
isSafe
Method · 0.95
getDependencies
Method · 0.95
isSafeDependencies.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected