Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/guts
/ Comments
Method
Comments
bindings/comments.go:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
type
Commentable
interface
{
11
AppendComment(comment SyntheticComment)
12
Comments() []SyntheticComment
13
}
14
15
// SyntheticComment is the state of a comment for a given AST node.
Callers
2
ToTypescriptNode
Method · 0.65
Visit
Method · 0.65
Implementers
1
SupportComments
bindings/comments.go
Calls
no outgoing calls
Tested by
no test coverage detected