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

Method dispatch

packages/sdk/src/session.ts:449–451  ·  view source on GitHub ↗
(op: EditOp, opts?: { origin?: unknown })

Source from the content-addressed store, hash-verified

447 }
448
449 dispatch(op: EditOp, opts?: { origin?: unknown }): void {
450 this._dispatch(op, opts?.origin ?? ORIGIN_LOCAL);
451 }
452
453 /**
454 * Coalesce multiple dispatches into one undo entry / one patch event.

Callers 12

setStyleMethod · 0.95
setTextMethod · 0.95
setAttributeMethod · 0.95
setTimingMethod · 0.95
removeElementMethod · 0.95
setVariableValueMethod · 0.95
setElementTimingMethod · 0.95
setHoldMethod · 0.95
setGsapTweenMethod · 0.95
removeGsapTweenMethod · 0.95
selectionMethod · 0.95
elementMethod · 0.95

Calls 1

_dispatchMethod · 0.95

Tested by

no test coverage detected