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

Struct CodeCommentProvider

internal/tool/code_comment.go:50–52  ·  view source on GitHub ↗

CodeCommentProvider submits review comments to the per-Agent CommentCollector.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected