MCPcopy Index your code
hub / github.com/cli/cli / copilotBinaryPath

Function copilotBinaryPath

pkg/cmd/copilot/copilot.go:202–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202func copilotBinaryPath() string {
203 binaryName := copilotBinaryName
204 if runtime.GOOS == "windows" {
205 binaryName += ".exe"
206 }
207 return filepath.Join(copilotInstallDir(), binaryName)
208}
209
210var runExternalCmdFunc = runExternalCmd
211

Callers 2

runCopilotFunction · 0.85
findCopilotBinaryFunction · 0.85

Calls 2

copilotInstallDirFunction · 0.85
JoinMethod · 0.80

Tested by

no test coverage detected