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

Function value2

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

Source from the content-addressed store, hash-verified

105 }
106
107 function value2(value) {
108 return value + 1;
109 }
110
111 const gpu = new GPU({ mode });
112 const kernel = gpu.createKernelMap(

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…