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

Struct CodeCommentProvider

internal/tool/code_comment.go:12–14  ·  view source on GitHub ↗

CodeCommentProvider submits review comments to the per-Agent CommentCollector.

Source from the content-addressed store, hash-verified

10
11// CodeCommentProvider submits review comments to the per-Agent CommentCollector.
12type CodeCommentProvider struct {
13 Collector *CommentCollector
14}
15
16func (p *CodeCommentProvider) Tool() Tool { return CodeComment }
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected