MCPcopy 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

traceFunctionASTMethod · 0.95
isSafeMethod · 0.95
getDependenciesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected