Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ destroy
Method
destroy
src/backend/cpu/kernel.js:627–631 ·
view source on GitHub ↗
(removeCanvasReference)
Source
from the content-addressed store, hash-verified
625
}
626
627
destroy(removeCanvasReference) {
628
if
(removeCanvasReference) {
629
delete this.canvas;
630
}
631
}
632
633
static destroyContext(context) {}
634
Callers
4
getIsFloatRead
Method · 0.45
getIsIntegerDivisionAccurate
Method · 0.45
getIsSpeedTacticSupported
Method · 0.45
destroyContext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected