MCPcopy
hub / github.com/basecamp/once / NewKeyBinding

Function NewKeyBinding

internal/ui/keys.go:7–9  ·  view source on GitHub ↗
(keys ...string)

Source from the content-addressed store, hash-verified

5)
6
7func NewKeyBinding(keys ...string) key.Binding {
8 return key.NewBinding(key.WithKeys(keys...))
9}
10
11func WithHelp(b key.Binding, k, desc string) key.Binding {
12 b.SetHelp(k, desc)

Callers 15

logs.goFile · 0.85
menu.goFile · 0.85
actions_menu.goFile · 0.85
NewActionsMenuFunction · 0.85
dashboard.goFile · 0.85
settings_menu.goFile · 0.85
NewSettingsMenuFunction · 0.85
confirmation.goFile · 0.85
TestHelp_RenderBasicFunction · 0.85
TestHelp_RenderWrapsFunction · 0.85

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…