MCPcopy Create free account
hub / github.com/cli/cli / copilotInstallDir

Function copilotInstallDir

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

Source from the content-addressed store, hash-verified

197const copilotBinaryName = "copilot"
198
199func copilotInstallDir() string {
200 return filepath.Join(config.DataDir(), "copilot")
201}
202
203func copilotBinaryPath() string {
204 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