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

Method GetAllowedHostCommands

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

GetAllowedHostCommands returns the list of allowed host commands

()

Source from the content-addressed store, hash-verified

70
71// GetAllowedHostCommands returns the list of allowed host commands
72func (p *Plugin) GetAllowedHostCommands() []string {
73 return p.executor.GetAllowedCommands(TargetHost)
74}

Callers

nothing calls this directly

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 1

GetAllowedCommandsMethod · 0.45

Tested by

no test coverage detected