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