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