Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ pushState
Method
pushState
src/backend/function-node.js:114–116 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
112
}
113
114
pushState(state) {
115
this.states.push(state);
116
}
117
118
popState(state) {
119
if
(this.state !== state) {
Callers
10
astReturnStatement
Method · 0.45
astBinaryExpression
Method · 0.45
castLiteralToInteger
Method · 0.45
castLiteralToFloat
Method · 0.45
castValueToInteger
Method · 0.45
castValueToFloat
Method · 0.45
astForStatement
Method · 0.45
astBlockStatement
Method · 0.45
astForStatement
Method · 0.45
astBlockStatement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected