package
0.0.0-20250218211012-4d0675f41041
Repository: https://github.com/debian/dcs.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
FiveLines returns five \n-separated lines surrounding pos.
No description provided by the author
No description provided by the author
RegexpQuery returns a Query for the given regexp.

# Constants

Everything matches.
All in Sub and Trigram must match.
Nothing matches.
At least one in Sub or Trigram must match.

# Structs

A DeltaReader reads up to 256 deltas at a time (i.e.
No description provided by the author
No description provided by the author
No description provided by the author
A MetaEntry specifies the offset (in the corresponding data file) and number of entries for each trigram.
No description provided by the author
No description provided by the author
A Query is a matching machine, like a regular expression, that matches some text and not other text.
No description provided by the author

# Type aliases

An ErrFunc is called for each error adding a file to the index, allowing the caller to take action (e.g.
An IgnoreFunc returns a non-nil error describing the reason why the file should not be added to the index, or nil if it should be added.
No description provided by the author
A SuccessFunc is called for each file which was successfully added to the index.
No description provided by the author