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

Struct CodeCommentProvider

internal/tool/code_comment.go:47–49  ·  view source on GitHub ↗

CodeCommentProvider submits review comments to the per-Agent CommentCollector.

Source from the content-addressed store, hash-verified

45
46// CodeCommentProvider submits review comments to the per-Agent CommentCollector.
47type CodeCommentProvider struct {
48 Collector *CommentCollector
49}
50
51func (p *CodeCommentProvider) Tool() Tool { return CodeComment }
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected