Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/once
/ WithHelp
Function
WithHelp
internal/ui/keys.go:11–14 ·
view source on GitHub ↗
(b key.Binding, k, desc string)
Source
from the content-addressed store, hash-verified
9
}
10
11
func
WithHelp(b key.Binding, k, desc string) key.Binding {
12
b.SetHelp(k, desc)
13
return
b
14
}
Callers
15
logs.go
File · 0.85
actions_menu.go
File · 0.85
NewActionsMenu
Function · 0.85
dashboard.go
File · 0.85
settings_menu.go
File · 0.85
NewSettingsMenu
Function · 0.85
TestHelp_RenderBasic
Function · 0.85
TestHelp_RenderSkipsEmptyHelp
Function · 0.85
TestHelp_RenderWraps
Function · 0.85
TestMenu_ViewWithShortcuts
Function · 0.85
TestMenu_ShortcutsLeftAlignedKeysRightAligned
Function · 0.85
TestMenu_ShortcutsAlignedWithMixedLabelLengths
Function · 0.85
Calls
no outgoing calls
Tested by
7
TestHelp_RenderBasic
Function · 0.68
TestHelp_RenderSkipsEmptyHelp
Function · 0.68
TestHelp_RenderWraps
Function · 0.68
TestMenu_ViewWithShortcuts
Function · 0.68
TestMenu_ShortcutsLeftAlignedKeysRightAligned
Function · 0.68
TestMenu_ShortcutsAlignedWithMixedLabelLengths
Function · 0.68
TestMenu_MinWidthFloorForShortcuts
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…