MCPcopy
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
23func (h *Help) SetWidth(w int) {
24 h.width = w
25}
26
27func (h Help) Update(msg tea.Msg) (Help, tea.Cmd) {
28 if msg, ok := msg.(MouseEvent); ok {

Callers 4

TestHelp_RenderBasicFunction · 0.95
TestHelp_RenderEmptyFunction · 0.95
TestHelp_RenderWrapsFunction · 0.95

Calls

no outgoing calls

Tested by 4

TestHelp_RenderBasicFunction · 0.76
TestHelp_RenderEmptyFunction · 0.76
TestHelp_RenderWrapsFunction · 0.76