MCPcopy
hub / github.com/visgl/deck.gl / finalize

Function finalize

modules/core/src/controllers/controller.ts:191–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 finalize() {
192 for (const eventName in this._events) {
193 if (this._events[eventName]) {
194 // @ts-ignore (2345) event type string cannot be assifned to enum
195 // eslint-disable-next-line @typescript-eslint/unbound-method
196 this.eventManager?.off(eventName, this.handleEvent);
197 }
198 }
199 this.transitionManager.finalize();
200 }
201
202 /**
203 * Callback for events

Callers 1

Calls 2

offMethod · 0.65
finalizeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…