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

Function NewDefaultExecutor

internal/ssh/executor.go:22–22  ·  view source on GitHub ↗

NewDefaultExecutor returns a new CommandExecutor using os/exec.

()

Source from the content-addressed store, hash-verified

20
21// NewDefaultExecutor returns a new CommandExecutor using os/exec.
22func NewDefaultExecutor() CommandExecutor { return defaultExecutor{} }

Callers 5

NewSSHClientFunction · 0.85
ExecuteNodeShellFunction · 0.85
ExecuteLXCShellFunction · 0.85
ExecuteLXCShellWithVMFunction · 0.85
ExecuteQemuShellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected