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

Method getOverrides

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

Current override-set — serialize for host storage

()

Source from the content-addressed store, hash-verified

496 // ── T3 embedded-mode extras ────────────────────────────────────────────────
497 /** Current override-set — serialize for host storage */
498 getOverrides(): OverrideSet;
499 /** Apply inverse patches from host undo stack; auto-tags origin: ORIGIN_APPLY_PATCHES */
500 applyPatches(patches: readonly JsonPatchOp[], opts?: { origin?: unknown }): void;
501

Callers 5

buildHistorySectionFunction · 0.65
smoke.test.tsFile · 0.65
session.test.tsFile · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected