MCPcopy
hub / github.com/zegl/kube-score / AddComment

Method AddComment

scorecard/scorecard.go:153–159  ·  view source on GitHub ↗
(path, summary, description string)

Source from the content-addressed store, hash-verified

151}
152
153func (ts *TestScore) AddComment(path, summary, description string) {
154 ts.Comments = append(ts.Comments, TestScoreComment{
155 Path: path,
156 Summary: summary,
157 Description: description,
158 })
159}
160
161func (ts *TestScore) AddCommentWithURL(path, summary, description, documentationURL string) {
162 ts.Comments = append(ts.Comments, TestScoreComment{

Calls

no outgoing calls

Tested by

no test coverage detected