Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
function
setOverrides(value: unknown) {
18
(window as Window & { __hfVariables?: unknown }).__hfVariables = value;
19
}
20
21
describe(
"getVariables"
, () => {
22
beforeEach(() => {
Callers
1
getVariables.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected