MCPcopy
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

cancelMethod · 0.65
destroyMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…