MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / files.test.ts

File files.test.ts

packages/studio-server/src/routes/files.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it } from "vitest";
2import { Hono } from "hono";
3import { mkdirSync, mkdtempSync, readFileSync, rmSync, writeFileSync } from "node:fs";
4import { tmpdir } from "node:os";

Callers

nothing calls this directly

Calls 8

registerFileRoutesFunction · 0.90
writeCompFunction · 0.85
writeHtmlFunction · 0.85
getFirstAnimationFunction · 0.85
requestMethod · 0.80
createProjectDirFunction · 0.70
createAdapterFunction · 0.70
findMethod · 0.65

Tested by

no test coverage detected