Versions in this module Expand all Collapse all v0 v0.12.0 Jul 19, 2026 Changes in this version + type Binder struct + func NewBinder() *Binder + func (b *Binder) Bind(comments []CommentBlock, nodes []graph.Node, language string, ...) []Binding + type Binding struct + Annotation *graph.Annotation + Node graph.Node + type CommentBlock struct + EndLine int + IsDocstring bool + OwnerStartLine int + StartLine int + Text string