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

Method serialize

packages/sdk/src/session.ts:565–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563 // ── Serialization ────────────────────────────────────────────────────────────
564
565 serialize(): string {
566 return serializeDocument(this.parsed);
567 }
568
569 // ── T3 embedded-mode extras ──────────────────────────────────────────────────
570

Callers

nothing calls this directly

Calls 1

serializeDocumentFunction · 0.85

Tested by

no test coverage detected