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

Method AsEvent

src/tui/tui.go:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236)
237
238func (t EventType) AsEvent() Event {
239 return Event{t, 0, nil}
240}
241
242func (t EventType) Int() int {
243 return int(t)

Callers 13

TestParseKeysFunction · 0.80
TestBindFunction · 0.80
TestDefaultCtrlNPFunction · 0.80
parseKeyChordsFunction · 0.80
firstKeyFunction · 0.80
postProcessOptionsFunction · 0.80
extractReloadOnStartMethod · 0.80
defaultKeymapFunction · 0.80
NewTerminalFunction · 0.80
UpdateListMethod · 0.80
LoopMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestParseKeysFunction · 0.64
TestBindFunction · 0.64
TestDefaultCtrlNPFunction · 0.64