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