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

Struct CommentFileGroup

internal/viewer/server.go:85–88  ·  view source on GitHub ↗

CommentFileGroup groups review comments by file path for template rendering.

Source from the content-addressed store, hash-verified

83
84// CommentFileGroup groups review comments by file path for template rendering.
85type CommentFileGroup struct {
86 FilePath string
87 Comments []*ReviewComment
88}
89
90// SeverityCount holds counts for each severity level.
91type SeverityCount struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected