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

Struct CommentFileGroup

internal/viewer/server.go:79–82  ·  view source on GitHub ↗

CommentFileGroup groups review comments by file path for template rendering.

Source from the content-addressed store, hash-verified

77
78// CommentFileGroup groups review comments by file path for template rendering.
79type CommentFileGroup struct {
80 FilePath string
81 Comments []*ReviewComment
82}
83
84// SeverityCount holds counts for each severity level.
85type SeverityCount struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected