MCPcopy Index your code
hub / github.com/gpujs/gpu.js / child2Function

Function child2Function

test/internal/deep-types.js:43–45  ·  view source on GitHub ↗
(child2FunctionArgument1)

Source from the content-addressed store, hash-verified

41 return child2Function(child1FunctionArgument1);
42 }
43 function child2Function(child2FunctionArgument1) {
44 return child2FunctionArgument1 + 1;
45 }
46 gpu
47 .addFunction(child1Function)
48 .addFunction(child2Function);

Callers 4

child1FunctionFunction · 0.85

Calls 1

child3FunctionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…