* Mock context file data for testing
| 12 | * Mock context file data for testing |
| 13 | */ |
| 14 | interface MockContextFile { |
| 15 | featureId: string; |
| 16 | path: string; |
| 17 | content: string; |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Mock project data for testing |
nothing calls this directly
no outgoing calls
no test coverage detected