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

Method emitNodeError

apps/sim/lib/pptx-renderer/core/viewer.ts:162–164  ·  view source on GitHub ↗
(nodeId: string, error: unknown)

Source from the content-addressed store, hash-verified

160 }
161
162 private emitNodeError(nodeId: string, error: unknown): void {
163 this.dispatchEvent(new CustomEvent('nodeerror', { detail: { nodeId, error } }))
164 }
165
166 // -----------------------------------------------------------------------
167 // Public: load / render modes

Callers 3

mountListSlideMethod · 0.95
renderSingleSlideMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected