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

Method batch

packages/sdk/src/types.ts:478–478  ·  view source on GitHub ↗
(fn: () => void, opts?: { origin?: unknown })

Source from the content-addressed store, hash-verified

476 // ── Advanced / agent layer (F10 layer 2) ──────────────────────────────────
477 dispatch(op: EditOp, opts?: { origin?: unknown }): void;
478 batch(fn: () => void, opts?: { origin?: unknown }): void;
479 /**
480 * Dry-run validation — would dispatch(op) succeed?
481 * Returns {ok:true} when dispatch would mutate the document, {ok:false,code,message} otherwise.

Callers 15

sdkCutoverPersistFunction · 0.65
sdkTimingPersistFunction · 0.65
sdkGsapTweenPersistFunction · 0.65
sdkGsapKeyframePersistFunction · 0.65
sdkDeletePersistFunction · 0.65
applySdkDomCutoverFunction · 0.65
sdkResolverShadowCheckFunction · 0.65
smoke.test.tsFile · 0.65
session.test.tsFile · 0.65
localizeFunction · 0.65
applyBrandColorsFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by 1

applySdkDomCutoverFunction · 0.52