CodeCommentProvider submits review comments to the per-Agent CommentCollector.
| 48 | |
| 49 | // CodeCommentProvider submits review comments to the per-Agent CommentCollector. |
| 50 | type CodeCommentProvider struct { |
| 51 | Collector *CommentCollector |
| 52 | } |
| 53 | |
| 54 | func (p *CodeCommentProvider) Tool() Tool { return CodeComment } |
| 55 |
nothing calls this directly
no outgoing calls
no test coverage detected