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

Function writeHtml

packages/studio-server/src/routes/files.test.ts:189–191  ·  view source on GitHub ↗
(projectDir: string, name: string, html: string)

Source from the content-addressed store, hash-verified

187</body></html>`;
188
189 function writeHtml(projectDir: string, name: string, html: string): void {
190 writeFileSync(join(projectDir, name), html);
191 }
192
193 async function getFirstAnimation(
194 app: Hono,

Callers 1

files.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected