MCPcopy Create free account
hub / github.com/alibaba/open-code-review / CodeCommentProvider

Struct CodeCommentProvider

internal/tool/code_comment.go:51–53  ·  view source on GitHub ↗

CodeCommentProvider submits review comments to the per-Agent CommentCollector.

Source from the content-addressed store, hash-verified

49
50// CodeCommentProvider submits review comments to the per-Agent CommentCollector.
51type CodeCommentProvider struct {
52 Collector *CommentCollector
53}
54
55func (p *CodeCommentProvider) Tool() Tool { return CodeComment }
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected