CodeCommentProvider submits review comments to the per-Agent CommentCollector.
| 10 | |
| 11 | // CodeCommentProvider submits review comments to the per-Agent CommentCollector. |
| 12 | type CodeCommentProvider struct { |
| 13 | Collector *CommentCollector |
| 14 | } |
| 15 | |
| 16 | func (p *CodeCommentProvider) Tool() Tool { return CodeComment } |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected