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

Function freshWithVars

packages/sdk/src/engine/mutate.test.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54</body></html>`;
55
56function freshWithVars() {
57 return parseMutable(VARIABLES_HTML);
58}
59
60/** Read the default value for a variable id from the parsed document. */
61function readVarDefault(parsed: ReturnType<typeof parseMutable>, id: string): unknown {

Callers 1

mutate.test.tsFile · 0.85

Calls 1

parseMutableFunction · 0.85

Tested by

no test coverage detected