MCPcopy 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

astReturnStatementMethod · 0.45
astBinaryExpressionMethod · 0.45
castLiteralToIntegerMethod · 0.45
castLiteralToFloatMethod · 0.45
castValueToIntegerMethod · 0.45
castValueToFloatMethod · 0.45
astForStatementMethod · 0.45
astBlockStatementMethod · 0.45
astForStatementMethod · 0.45
astBlockStatementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected