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

Function tmpProject

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

Source from the content-addressed store, hash-verified

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

Callers 1

makeProjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected