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

Function targets

packages/sdk/src/engine/mutate.ts:148–150  ·  view source on GitHub ↗
(target: HfId | HfId[])

Source from the content-addressed store, hash-verified

146// ─── Target normalization ────────────────────────────────────────────────────
147
148function targets(target: HfId | HfId[]): HfId[] {
149 return Array.isArray(target) ? target : [target];
150}
151
152// ─── Op dispatch ────────────────────────────────────────────────────────────
153

Callers 2

applyOpFunction · 0.85
validateOpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected