MCPcopy
hub / github.com/simstudioai/sim / disposeAllCharts

Method disposeAllCharts

apps/sim/lib/pptx-renderer/core/viewer.ts:615–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

613 }
614
615 private disposeAllCharts(): void {
616 for (const chart of this.chartInstances) {
617 if (!chart.isDisposed()) {
618 chart.dispose()
619 }
620 }
621 this.chartInstances.clear()
622 }
623
624 private createListSlideItem(
625 index: number,

Callers 3

destroyMethod · 0.95
queueRenderMethod · 0.95
renderSingleSlideMethod · 0.95

Calls 2

disposeMethod · 0.65
clearMethod · 0.65

Tested by

no test coverage detected