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

Function archString

pkg/cmd/copilot/copilot_test.go:391–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

389}
390
391func archString() string {
392 arch := runtime.GOARCH
393 if arch == "amd64" {
394 return "x64"
395 }
396 return arch
397}
398
399func TestDownloadCopilot(t *testing.T) {
400 // Skip on unsupported architectures

Callers 1

TestDownloadCopilotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected