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

Function tmpProject

packages/cli/src/utils/lintProject.test.ts:8–10  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

6import { lintProject, shouldBlockRender } from "./lintProject.js";
7
8function tmpProject(name: string): string {
9 return mkdtempSync(join(tmpdir(), `hf-test-${name}-`));
10}
11
12function validHtml(compId = "main"): string {
13 return `<html><body>

Callers 2

makeProjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected