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

Function inner

test/internal/function-node.js:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64/// Test creation of function, that calls another function
65test('hello_inner: call a function inside a function cpu', () => {
66 function inner() {
67 return 42;
68 }
69
70 // Create a function hello node
71 const node = new CPUFunctionNode(

Callers 1

function-node.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…