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

Function insertEntriesHiddenRow

tui/tree.go:642–649  ·  view source on GitHub ↗
(attrsTable *tview.Table, row int, entriesHidden int, cellName string)

Source from the content-addressed store, hash-verified

640}
641
642func insertEntriesHiddenRow(attrsTable *tview.Table, row int, entriesHidden int, cellName string) {
643 attrsTable.SetCell(row, 0, tview.NewTableCell("").SetReference(cellName))
644 attrsTable.SetCell(row, 1,
645 tview.NewTableCell(
646 fmt.Sprintf("[%d entries hidden]", entriesHidden),
647 ).SetReference(HIDDEN_REF_FLAG),
648 )
649}
650
651func reloadAttributesPanel(node *tview.TreeNode, attrsTable *tview.Table, useCache bool, cache *EntryCache) error {
652 ref := node.GetReference()

Callers 1

reloadAttributesPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected