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

Function cleanup

packages/sdk/examples/vanilla-editor.ts:181–183  ·  view source on GitHub ↗
(comp: Composition)

Source from the content-addressed store, hash-verified

179// ── Lifecycle ─────────────────────────────────────────────────────────────────
180
181export function cleanup(comp: Composition): void {
182 comp.dispose();
183}
184
185function showError(msg: string): void {
186 console.error(msg);

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected