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

Function copilotInstallDir

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

Source from the content-addressed store, hash-verified

196const copilotBinaryName = "copilot"
197
198func copilotInstallDir() string {
199 return filepath.Join(config.DataDir(), "copilot")
200}
201
202func copilotBinaryPath() string {
203 binaryName := copilotBinaryName

Callers 3

NewCmdCopilotFunction · 0.85
runCopilotFunction · 0.85
copilotBinaryPathFunction · 0.85

Calls 2

DataDirFunction · 0.92
JoinMethod · 0.80

Tested by

no test coverage detected