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

Method SetApp

internal/ui/components/tasks_list.go:99–102  ·  view source on GitHub ↗

SetApp sets the application reference.

(app *App)

Source from the content-addressed store, hash-verified

97
98// SetApp sets the application reference.
99func (tl *TasksList) SetApp(app *App) {
100 tl.app = app
101 tl.updateActiveTableTitle()
102}
103
104// SetTasks updates the tasks list with new data.
105func (tl *TasksList) SetTasks(tasks []*api.ClusterTask) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected