Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/junegunn/fzf
/ cacheable
Method
cacheable
src/matcher.go:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(mr MatchResult) cacheable() bool {
29
return
mr.merger != nil && mr.merger.cacheable()
30
}
31
32
func
(mr MatchResult) final() bool {
33
return
mr.merger != nil && mr.merger.final
Callers
1
Loop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected