Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/guts
/ SupportComments
Struct
SupportComments
bindings/comments.go:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
type
SupportComments
struct
{
29
comments []SyntheticComment
30
}
31
32
func
(s *SupportComments) LeadingComment(text string) {
33
s.AppendComment(SyntheticComment{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected