Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ resetSwitchingKernels
Method
resetSwitchingKernels
src/backend/gl/kernel.js:891–895 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
889
}
890
891
resetSwitchingKernels() {
892
const
existingValue = this.switchingKernels;
893
this.switchingKernels = null;
894
return
existingValue;
895
}
896
897
setOutput(output) {
898
const
newOutput = this.toKernelOutput(output);
Callers
1
run
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected