| 311 | } |
| 312 | |
| 313 | export interface AttributedFile { |
| 314 | content: string |
| 315 | provenance: FileProvenance |
| 316 | lineAttributions: Array<LineAttribution> |
| 317 | } |
| 318 | |
| 319 | export interface DependencyAttribution { |
| 320 | name: string |
nothing calls this directly
no outgoing calls
no test coverage detected