MCPcopy
hub / github.com/giancarloerra/SocratiCode / FixtureProject

Interface FixtureProject

tests/helpers/fixtures.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36// ── Fixture project creation ─────────────────────────────────────────────
37
38export interface FixtureProject {
39 /** Absolute path to the temporary project directory */
40 root: string;
41 /** Clean up the temporary directory */
42 cleanup: () => void;
43}
44
45/**
46 * Creates a temporary project directory with realistic multi-language source files

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected