Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ hasState
Method
hasState
src/backend/function-tracer.js:37–39 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
35
}
36
37
hasState(state) {
38
return
this.states.indexOf(state) > -1;
39
}
40
41
pushState(state) {
42
this.states.push(state);
Callers
1
scan
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected