Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/once
/ SetWidth
Method
SetWidth
internal/ui/help.go:23–25 ·
view source on GitHub ↗
(w int)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(h *Help) SetWidth(w int) {
24
h.width = w
25
}
26
27
func
(h Help) Update(msg tea.Msg) (Help, tea.Cmd) {
28
if
msg, ok := msg.(MouseEvent); ok {
Callers
4
TestHelp_RenderBasic
Function · 0.95
TestHelp_RenderEmpty
Function · 0.95
TestHelp_RenderSkipsEmptyHelp
Function · 0.95
TestHelp_RenderWraps
Function · 0.95
Calls
no outgoing calls
Tested by
4
TestHelp_RenderBasic
Function · 0.76
TestHelp_RenderEmpty
Function · 0.76
TestHelp_RenderSkipsEmptyHelp
Function · 0.76
TestHelp_RenderWraps
Function · 0.76