MCPcopy 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

getIdentifiersMethod · 0.95
scanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected