Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getType
Method · 0.95
astLiteral
Method · 0.45
astBinaryExpression
Method · 0.45
astBlockStatement
Method · 0.45
astMemberExpression
Method · 0.45
astBlockStatement
Method · 0.45
astVariableDeclaration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected