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

Function setOverrides

packages/core/src/runtime/getVariables.test.ts:17–19  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

15}
16
17function setOverrides(value: unknown) {
18 (window as Window & { __hfVariables?: unknown }).__hfVariables = value;
19}
20
21describe("getVariables", () => {
22 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected