Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/junegunn/fzf
/ Length
Method
Length
src/merger.go:84–86 ·
view source on GitHub ↗
Length returns the number of items
()
Source
from the content-addressed store, hash-verified
82
83
// Length returns the number of items
84
func
(mg *Merger) Length() int {
85
return
mg.count
86
}
87
88
func
(mg *Merger) First() Result {
89
if
mg.tac && !mg.sorted {
Callers
15
TestMergerUnsorted
Function · 0.95
TestMergerSorted
Function · 0.95
withPrefixLengths
Function · 0.45
buildResultFromBounds
Function · 0.45
TestEmptyMerger
Function · 0.45
Run
Function · 0.45
environImpl
Method · 0.45
itemLines
Method · 0.45
avgNumLines
Method · 0.45
getScrollbar
Method · 0.45
UpdateList
Method · 0.45
printInfoImpl
Method · 0.45
Calls
no outgoing calls
Tested by
3
TestMergerUnsorted
Function · 0.76
TestMergerSorted
Function · 0.76
TestEmptyMerger
Function · 0.36