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

Method TaskManager

internal/ui/components/app.go:541–543  ·  view source on GitHub ↗

TaskManager returns the application task manager.

()

Source from the content-addressed store, hash-verified

539
540// TaskManager returns the application task manager.
541func (a *App) TaskManager() *taskmanager.TaskManager {
542 return a.taskManager
543}
544
545// IsGroupMode returns whether the app is running in group cluster mode.
546func (a *App) IsGroupMode() bool {

Callers 3

RefreshMethod · 0.80
setupKeyHandlersMethod · 0.80
SetVMsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected