Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
func
(mr MatchResult) final() bool {
33
return
mr.merger != nil && mr.merger.final
34
}
35
36
// Matcher is responsible for performing search
37
type
Matcher
struct
{
Callers
1
Loop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected