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

Method Hide

internal/ui/components/help_modal.go:176–180  ·  view source on GitHub ↗

Hide hides the help modal.

()

Source from the content-addressed store, hash-verified

174
175// Hide hides the help modal.
176func (hm *HelpModal) Hide() {
177 if hm.app != nil && hm.app.pages != nil {
178 hm.app.pages.RemovePage("help")
179 }
180}

Callers 3

ShowMethod · 0.95
setupKeyboardHandlersMethod · 0.45
ShowGlobalContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected