MCPcopy 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

10type 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

ToTypescriptNodeMethod · 0.65
VisitMethod · 0.65

Implementers 1

SupportCommentsbindings/comments.go

Calls

no outgoing calls

Tested by

no test coverage detected