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

Struct execer

agent/agentexec/exec.go:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type execer struct{}
80
81func (execer) CommandContext(ctx context.Context, cmd string, args ...string) *exec.Cmd {
82 return exec.CommandContext(ctx, cmd, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected