Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ pushState
Method
pushState
src/backend/function-tracer.js:41–43 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
39
}
40
41
pushState(state) {
42
this.states.push(state);
43
}
44
45
popState(state) {
46
if
(this.isState(state)) {
Callers
2
getIdentifiers
Method · 0.95
scan
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected