| 18 | } |
| 19 | |
| 20 | export interface AttributionOutput { |
| 21 | attributedFiles: Record<string, AttributedFile> |
| 22 | dependencies: Array<DependencyAttribution> |
| 23 | } |
| 24 | |
| 25 | type Source = { sourceId: string; sourceName: string } |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected