Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ loop-max.js
File
loop-max.js
test/internal/loop-max.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ assert, skip, test, module: describe, only } = require(
'qunit'
);
2
const
{ GPU, WebGLFunctionNode, WebGL2FunctionNode } = require(
'../../src'
);
3
4
describe(
'internal: loop max'
);
Callers
nothing calls this directly
Calls
5
createKernel
Method · 0.80
add
Function · 0.70
toString
Method · 0.45
setOutput
Method · 0.45
destroy
Method · 0.45
Tested by
no test coverage detected