Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/bosh-agent
/ BuildCommand
Function
BuildCommand
agent/script/cmd/build_command_unix.go:11–18 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
BuildCommand(path string) boshsys.Command {
12
return
boshsys.Command{
13
Name: path,
14
Env:
map
[string]string{
15
"PATH"
: boshenv.Path(),
16
},
17
}
18
}
Callers
nothing calls this directly
Calls
1
Path
Method · 0.65
Tested by
no test coverage detected