MCPcopy
hub / github.com/junegunn/fzf / final

Method final

src/matcher.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (mr MatchResult) final() bool {
33 return mr.merger != nil && mr.merger.final
34}
35
36// Matcher is responsible for performing search
37type Matcher struct {

Callers 1

LoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected