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

Function firstKey

src/options.go:1659–1664  ·  view source on GitHub ↗
(keymap map[tui.Event]string)

Source from the content-addressed store, hash-verified

1657)
1658
1659func firstKey(keymap map[tui.Event]string) tui.Event {
1660 for k := range keymap {
1661 return k
1662 }
1663 return tui.EventType(0).AsEvent()
1664}
1665
1666const (
1667 escapedColon = 0

Callers 2

parseKeymapFunction · 0.85
parseToggleSortFunction · 0.85

Calls 2

EventTypeTypeAlias · 0.92
AsEventMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…