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

Function child1Function

test/internal/deep-types.js:40–42  ·  view source on GitHub ↗
(child1FunctionArgument1)

Source from the content-addressed store, hash-verified

38function twoLayerDeepFloat(mode) {
39 const gpu = new GPU({ mode });
40 function child1Function(child1FunctionArgument1) {
41 return child2Function(child1FunctionArgument1);
42 }
43 function child2Function(child2FunctionArgument1) {
44 return child2FunctionArgument1 + 1;
45 }

Callers 6

twoLayerDeepFloatFunction · 0.85
threeLayerDeepFloatFunction · 0.85
circlicalLogicFunction · 0.85

Calls 1

child2FunctionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…