Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/junegunn/fzf
/ Index
Method
Index
src/item.go:25–27 ·
view source on GitHub ↗
Index returns ordinal index of the Item
()
Source
from the content-addressed store, hash-verified
23
24
// Index returns ordinal index of the Item
25
func
(item *Item) Index() int32 {
26
return
item.text.Index
27
}
28
29
var
minItem = Item{text: util.Chars{Index: math.MinInt32}}
30
Callers
15
Run
Function · 0.95
acceptNth
Method · 0.95
scan
Method · 0.45
lastIndex
Method · 0.45
TestResultRank
Function · 0.45
TestRadixSortResults
Function · 0.45
handleHttpRequest
Method · 0.45
PassMerger
Function · 0.45
FindIndex
Method · 0.45
ToMap
Method · 0.45
mergedGet
Method · 0.45
options.go
File · 0.45
Calls
no outgoing calls
Tested by
3
TestResultRank
Function · 0.36
TestRadixSortResults
Function · 0.36
TestMergerUnsorted
Function · 0.36