MCPcopy Index your code
hub / github.com/gpujs/gpu.js / isState

Method isState

src/backend/function-node.js:125–127  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

123 }
124
125 isState(state) {
126 return this.state === state;
127 }
128
129 get state() {
130 return this.states[this.states.length - 1];

Callers 7

getTypeMethod · 0.95
astLiteralMethod · 0.45
astBinaryExpressionMethod · 0.45
astBlockStatementMethod · 0.45
astMemberExpressionMethod · 0.45
astBlockStatementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected