MCPcopy Index your code
hub / github.com/coder/coder / Command

Function Command

pty/start.go:44–46  ·  view source on GitHub ↗
(name string, arg ...string)

Source from the content-addressed store, hash-verified

42}
43
44func Command(name string, arg ...string) *Cmd {
45 return CommandContext(context.Background(), name, arg...)
46}
47
48func (c *Cmd) AsExec() *exec.Cmd {
49 //nolint: gosec

Callers 2

TestStartFunction · 0.92
TestStartFunction · 0.92

Calls 1

CommandContextFunction · 0.85

Tested by 2

TestStartFunction · 0.74
TestStartFunction · 0.74