Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
(s *SupportComments) AppendComment(comment SyntheticComment) {
48
s.comments = append(s.comments, comment)
49
}
50
51
func
(s *SupportComments) Comments() []SyntheticComment {
52
return
s.comments
Callers
1
LeadingComment
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected