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