()
| 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 |
no test coverage detected
searching dependent graphs…