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

Function treePanelChangeHandler

tui/explorer.go:482–488  ·  view source on GitHub ↗
(node *tview.TreeNode)

Source from the content-addressed store, hash-verified

480}
481
482func treePanelChangeHandler(node *tview.TreeNode) {
483 go app.QueueUpdateDraw(func() {
484 // TODO: Implement cancellation
485 reloadExplorerAttrsPanel(node, CacheEntries)
486 selectAnchoredAttribute(explorerAttrsPanel)
487 })
488}
489
490func explorerRotateFocus() {
491 currentFocus := app.GetFocus()

Callers

nothing calls this directly

Calls 2

reloadExplorerAttrsPanelFunction · 0.85
selectAnchoredAttributeFunction · 0.85

Tested by

no test coverage detected