MCPcopy Create free account
hub / github.com/coder/guts / AppendComment

Method AppendComment

bindings/comments.go:47–49  ·  view source on GitHub ↗
(comment SyntheticComment)

Source from the content-addressed store, hash-verified

45}
46
47func (s *SupportComments) AppendComment(comment SyntheticComment) {
48 s.comments = append(s.comments, comment)
49}
50
51func (s *SupportComments) Comments() []SyntheticComment {
52 return s.comments

Callers 1

LeadingCommentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected