Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
func
(this *Cmd) WithDir(dir string) *Cmd {
73
this.dir = dir
74
return
this
75
}
76
77
func
(this *Cmd) Start() error {
78
var
cmd = this.compose()
Callers
1
runAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected