MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / dispose

Method dispose

packages/sdk/src/session.ts:609–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

607 }
608
609 dispose(): void {
610 this.previewSelectionUnsubscribe?.();
611 this.previewSelectionUnsubscribe = null;
612 this.persistQueueModule?.dispose();
613 this.historyModule?.dispose();
614 this.changeHandlers = [];
615 this.selectionHandlers = [];
616 this.patchHandlers = [];
617 this.errorHandlers = [];
618 }
619}
620
621// ─── Public factory ───────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected