Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gpujs/gpu.js
/ astLiteral
Method
astLiteral
src/backend/function-node.js:1032–1035 ·
view source on GitHub ↗
(ast, retArr)
Source
from the content-addressed store, hash-verified
1030
return
retArr;
1031
}
1032
astLiteral(ast, retArr) {
1033
this.literalTypes[this.astKey(ast)] =
'Number'
;
1034
return
retArr;
1035
}
1036
astBinaryExpression(ast, retArr) {
1037
return
retArr;
1038
}
Callers
1
astGeneric
Method · 0.95
Calls
1
astKey
Method · 0.95
Tested by
no test coverage detected