Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ astBinaryExpression
Method
astBinaryExpression
src/backend/function-node.js:1036–1038 ·
view source on GitHub ↗
(ast, retArr)
Source
from the content-addressed store, hash-verified
1034
return
retArr;
1035
}
1036
astBinaryExpression(ast, retArr) {
1037
return
retArr;
1038
}
1039
astIdentifierExpression(ast, retArr) {
1040
return
retArr;
1041
}
Callers
1
astGeneric
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected