Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/visgl/deck.gl
/ delete
Function
delete
modules/core/src/transitions/gpu-transition.ts:99–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
delete(): void {
100
this.cancel();
101
for
(
const
buffer of this.buffers) {
102
buffer.destroy();
103
}
104
this.buffers.length = 0;
105
}
106
}
Callers
nothing calls this directly
Calls
2
cancel
Method · 0.65
destroy
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…