Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
238
func
(t EventType) AsEvent() Event {
239
return
Event{t, 0, nil}
240
}
241
242
func
(t EventType) Int() int {
243
return
int(t)
Callers
13
TestParseKeys
Function · 0.80
TestBind
Function · 0.80
TestDefaultCtrlNP
Function · 0.80
parseKeyChords
Function · 0.80
firstKey
Function · 0.80
postProcessOptions
Function · 0.80
hasReloadOrTransformOnStart
Method · 0.80
extractReloadOnStart
Method · 0.80
defaultKeymap
Function · 0.80
NewTerminal
Function · 0.80
UpdateList
Method · 0.80
Loop
Method · 0.80
Calls
no outgoing calls
Tested by
3
TestParseKeys
Function · 0.64
TestBind
Function · 0.64
TestDefaultCtrlNP
Function · 0.64