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

Function fresh

packages/sdk/src/engine/mutate.gsap.test.ts:31–33  ·  view source on GitHub ↗
(script = GSAP_SCRIPT)

Source from the content-addressed store, hash-verified

29}
30
31function fresh(script = GSAP_SCRIPT) {
32 return parseMutable(makeHtml(script));
33}
34
35function getScript(parsed: ReturnType<typeof parseMutable>): string {
36 const doc = serializeDocument(parsed);

Callers 3

assertEmptyForUnknownIdFunction · 0.70

Calls 2

parseMutableFunction · 0.85
makeHtmlFunction · 0.70

Tested by

no test coverage detected