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

Function archString

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

Source from the content-addressed store, hash-verified

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

Callers 1

TestDownloadCopilotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected