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

Method Header

internal/ui/components/app.go:566–568  ·  view source on GitHub ↗

Header returns the header component instance.

()

Source from the content-addressed store, hash-verified

564
565// Header returns the header component instance.
566func (a *App) Header() HeaderComponent {
567 return a.header
568}
569
570// Footer returns the footer component instance.
571func (a *App) Footer() FooterComponent {

Calls

no outgoing calls