Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ flush
Method
flush
packages/sdk/src/session.ts:605–607 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
603
// ── Lifecycle ────────────────────────────────────────────────────────────────
604
605
async
flush(): Promise<void> {
606
await
this.persistQueueModule?.flush();
607
}
608
609
dispose(): void {
610
this.previewSelectionUnsubscribe?.();
Callers
nothing calls this directly
Calls
1
flush
Method · 0.65
Tested by
no test coverage detected