MCPcopy Create free account
hub / github.com/DBCDK/morph / Cmd

Method Cmd

ssh/ssh.go:56–58  ·  view source on GitHub ↗
(host Host, parts ...string)

Source from the content-addressed store, hash-verified

54}
55
56func (sshCtx *SSHContext) Cmd(host Host, parts ...string) (*exec.Cmd, error) {
57 return sshCtx.CmdContext(context.TODO(), host, parts...)
58}
59
60func (sshCtx *SSHContext) CmdContext(ctx context.Context, host Host, parts ...string) (*exec.Cmd, error) {
61

Callers 1

MakeTempFileMethod · 0.95

Calls 1

CmdContextMethod · 0.95

Tested by

no test coverage detected