CommentFileGroup groups review comments by file path for template rendering.
| 77 | |
| 78 | // CommentFileGroup groups review comments by file path for template rendering. |
| 79 | type CommentFileGroup struct { |
| 80 | FilePath string |
| 81 | Comments []*ReviewComment |
| 82 | } |
| 83 | |
| 84 | // SeverityCount holds counts for each severity level. |
| 85 | type SeverityCount struct { |
nothing calls this directly
no outgoing calls
no test coverage detected