MCPcopy
hub / github.com/AutoMaker-Org/automaker / MockContextFile

Interface MockContextFile

apps/ui/src/types/global.d.ts:14–18  ·  view source on GitHub ↗

* Mock context file data for testing

Source from the content-addressed store, hash-verified

12 * Mock context file data for testing
13 */
14interface MockContextFile {
15 featureId: string;
16 path: string;
17 content: string;
18}
19
20/**
21 * Mock project data for testing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected