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

Function custom1

test/features/nested-function.js:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54function testNestedInCustomFunction(mode) {
55 function custom1() {
56 function nested1() {
57 return 1;
58 }
59
60 return nested1();
61 }
62 const gpu = new GPU({ mode });
63 gpu.addFunction(custom1);
64 const kernel = gpu.createKernel(function() {

Callers 1

Calls 1

nested1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…