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

Method Config

internal/ui/components/app.go:531–533  ·  view source on GitHub ↗

Config returns the application's active configuration.

()

Source from the content-addressed store, hash-verified

529
530// Config returns the application's active configuration.
531func (a *App) Config() *config.Config {
532 return &a.config
533}
534
535// Client exposes the underlying API client for plugin use.
536func (a *App) Client() *api.Client {

Callers 9

showSettingsFormMethod · 0.80
resolveNodeUserMethod · 0.80
resolveVMUserMethod · 0.80
ansiblePluginConfigMethod · 0.80
resolveSSHUserFunction · 0.80
InitializeMethod · 0.80
updateSSHClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected