MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / WithDir

Method WithDir

internal/utils/exec/cmd.go:72–75  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

70}
71
72func (this *Cmd) WithDir(dir string) *Cmd {
73 this.dir = dir
74 return this
75}
76
77func (this *Cmd) Start() error {
78 var cmd = this.compose()

Callers 1

runActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected