Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ astVariableDeclaration.js
File
astVariableDeclaration.js
test/internal/backend/web-gl/function-node/astVariableDeclaration.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
{ WebGLFunctionNode } = require(process.cwd() +
'/src'
);
3
4
describe(
'WebGLFunctionNode.getVariableSignature()'
);
Callers
nothing calls this directly
Calls
2
run
Function · 0.70
toString
Method · 0.45
Tested by
no test coverage detected