MCPcopy Index your code
hub / github.com/cli/cli / archString

Function archString

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

Source from the content-addressed store, hash-verified

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

Callers 1

TestDownloadCopilotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected