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

Method Select

internal/ui/components/tasks_list.go:142–144  ·  view source on GitHub ↗

Select wraps the table Select method to match the interface. Delegates to history table.

(row, column int)

Source from the content-addressed store, hash-verified

140// Select wraps the table Select method to match the interface.
141// Delegates to history table.
142func (tl *TasksList) Select(row, column int) *tview.Table {
143 return tl.historyTable.Select(row, column)
144}
145
146func (tl *TasksList) noTasksCell() *tview.TableCell {
147 return tview.NewTableCell("No tasks available").

Callers

nothing calls this directly

Calls 1

SelectMethod · 0.65

Tested by

no test coverage detected