MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / SetTitle

Method SetTitle

internal/ui/components/header.go:50–52  ·  view source on GitHub ↗

SetTitle updates the header text.

(title string)

Source from the content-addressed store, hash-verified

48
49// SetTitle updates the header text.
50func (h *Header) SetTitle(title string) {
51 h.SetText(title)
52}
53
54// SetText updates the header text directly.
55func (h *Header) SetText(text string) {

Callers

nothing calls this directly

Calls 1

SetTextMethod · 0.95

Tested by

no test coverage detected