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

Function addOne

test/features/legacy-encoder.js:70–72  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

68function testSubKernelsLegacyEncoderOff(mode) {
69 const gpu = new GPU({ mode });
70 function addOne(value) {
71 return value + 1;
72 }
73 const kernel = gpu.createKernelMap([
74 addOne,
75 ], function() {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…