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

Method Enabled

internal/plugins/command-runner/plugin.go:37–39  ·  view source on GitHub ↗

Enabled returns whether the plugin is enabled

()

Source from the content-addressed store, hash-verified

35
36// Enabled returns whether the plugin is enabled
37func (p *Plugin) Enabled() bool {
38 return p.config.Enabled
39}
40
41// SetSSHClient updates the SSH client used by the plugin executor.
42func (p *Plugin) SetSSHClient(sshClient SSHClient) {

Callers 3

handleRunCommandMethod · 0.80
handleRunVMCommandMethod · 0.80

Implementers 4

Plugininternal/ui/plugins/ansible/plugin.go
Plugininternal/ui/plugins/communityscripts/p
Plugininternal/ui/plugins/guestlist/plugin.g
Plugininternal/ui/plugins/commandrunner/plug

Calls

no outgoing calls

Tested by

no test coverage detected