Documentation
¶
Overview ¶
Package anchorstore tracks per-session line anchors for file reads.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnchorStore ¶
type AnchorStore = Store
AnchorStore is the public store type used by anchor-aware tools.
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store keeps the current anchor assignment for each path.
func (*Store) Invalidate ¶
Invalidate clears path's anchor assignments.
Click to show internal directories.
Click to hide internal directories.