MCPcopy Create free account
hub / github.com/gpujs/gpu.js / value1

Function value1

test/issues/267-immutable-sub-kernels.js:103–105  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

101
102function immutableSubKernelsWithoutFloats(mode) {
103 function value1(value) {
104 return value + 1;
105 }
106
107 function value2(value) {
108 return value + 1;

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…