Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/peco/peco
/ Add
Method
Add
keymap.go:18–18 ·
view source on GitHub ↗
(keyseq.KeyList, any)
Source
from the content-addressed store, hash-verified
16
// Keyseq is the interface for key sequence matching engines.
17
type
Keyseq
interface
{
18
Add(keyseq.KeyList, any)
19
AcceptKey(keyseq.Key) (any, error)
20
CancelChain()
21
Clear()
Callers
15
TestFrozenCacheInvalidation
Function · 0.65
parallelFlusher
Function · 0.65
Work
Method · 0.65
wrapRememberSequence
Function · 0.65
wrapClearSequence
Function · 0.65
ApplyKeybinding
Method · 0.65
TestLocationConcurrentAccess
Function · 0.65
TestIDGen
Function · 0.65
TestGHIssue294_PromptStyleUsedForPromptPrefix
Function · 0.65
TestGHIssue455_DrawScreenForceSync
Function · 0.65
TestNewLayout
Function · 0.65
TestTopDownQueryBottomLayout
Function · 0.65
Calls
no outgoing calls
Tested by
15
TestFrozenCacheInvalidation
Function · 0.52
TestLocationConcurrentAccess
Function · 0.52
TestIDGen
Function · 0.52
TestGHIssue294_PromptStyleUsedForPromptPrefix
Function · 0.52
TestGHIssue455_DrawScreenForceSync
Function · 0.52
TestNewLayout
Function · 0.52
TestTopDownQueryBottomLayout
Function · 0.52
TestIssue557_FilterBufSize
Function · 0.52
TestDoInvertSelectionWithLineAtError
Function · 0.52
TestGHIssue574_PreviousSelectionLastLineNotUpdated
Function · 0.52
TestNextSelectionNavigation
Function · 0.52
TestSelection
Function · 0.52