MCPcopy Index your code
hub / github.com/simstudioai/sim / mount

Method mount

apps/sim/lib/pptx-renderer/core/viewer.ts:769–772  ·  view source on GitHub ↗
(idx: number)

Source from the content-addressed store, hash-verified

767 }
768
769 const mount = (idx: number): void => {
770 if (idx < 0 || idx >= wrappers.length) return
771 this.mountListSlide(idx, wrappers[idx], scale, displayWidth, displayHeight)
772 }
773 const unmount = (idx: number): void => {
774 if (idx < 0 || idx >= wrappers.length) return
775 this.unmountListSlide(idx, wrappers[idx], displayHeight)

Callers

nothing calls this directly

Calls 1

mountListSlideMethod · 0.95

Tested by

no test coverage detected