MCPcopy Index your code
hub / github.com/celer-pkg/celer / SetWorkDir

Method SetWorkDir

pkgs/cmd/exec.go:56–59  ·  view source on GitHub ↗

SetWorkDir sets the working directory for command execution.

(workDir string)

Source from the content-addressed store, hash-verified

54
55// SetWorkDir sets the working directory for command execution.
56func (e *executor) SetWorkDir(workDir string) *executor {
57 e.workDir = workDir
58 return e
59}
60
61// SetLogPath sets the file path for execution logs (environment variables, command line, output).
62func (e *executor) SetLogPath(logPath string) *executor {

Callers 15

ConfigureMethod · 0.80
BuildMethod · 0.80
ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80
ConfigureMethod · 0.80

Calls

no outgoing calls