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

Method flush

packages/sdk/src/types.ts:504–504  ·  view source on GitHub ↗

Drain the persist queue — resolves when any queued write is committed. No-op if no adapter.

()

Source from the content-addressed store, hash-verified

502 // ── Lifecycle ──────────────────────────────────────────────────────────────
503 /** Drain the persist queue — resolves when any queued write is committed. No-op if no adapter. */
504 flush(): Promise<void>;
505 dispose(): void;
506}

Callers 5

SlideshowPanelFunction · 0.65
buildHistorySectionFunction · 0.65
smoke.test.tsFile · 0.65
flushMethod · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected