Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gpujs/gpu.js
/ astIfStatement
Method
astIfStatement
src/backend/function-node.js:1068–1070 ·
view source on GitHub ↗
(ast, retArr)
Source
from the content-addressed store, hash-verified
1066
return
retArr;
1067
}
1068
astIfStatement(ast, retArr) {
1069
return
retArr;
1070
}
1071
astSwitchStatement(ast, retArr) {
1072
return
retArr;
1073
}
Callers
1
astGeneric
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected