MCPcopy Create free account
hub / github.com/Macmod/godap / explorerRotateFocus

Function explorerRotateFocus

tui/explorer.go:490–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

488}
489
490func explorerRotateFocus() {
491 currentFocus := app.GetFocus()
492
493 switch currentFocus {
494 case treePanel:
495 app.SetFocus(explorerAttrsPanel)
496 case explorerAttrsPanel:
497 app.SetFocus(treePanel)
498 }
499}
500
501func openPasswordChangeForm(node *tview.TreeNode) {
502 currentFocus := app.GetFocus()

Callers 1

explorerPageKeyHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected