Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
196
const
copilotBinaryName =
"copilot"
197
198
func
copilotInstallDir() string {
199
return
filepath.Join(config.DataDir(),
"copilot"
)
200
}
201
202
func
copilotBinaryPath() string {
203
binaryName := copilotBinaryName
Callers
3
NewCmdCopilot
Function · 0.85
runCopilot
Function · 0.85
copilotBinaryPath
Function · 0.85
Calls
2
DataDir
Function · 0.92
Join
Method · 0.80
Tested by
no test coverage detected