Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
176
func
(hm *HelpModal) Hide() {
177
if
hm.app != nil && hm.app.pages != nil {
178
hm.app.pages.RemovePage(
"help"
)
179
}
180
}
Callers
3
Show
Method · 0.95
setupKeyboardHandlers
Method · 0.45
ShowGlobalContextMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected