MCPcopy Create free account
hub / github.com/anchordotdev/cli / GOOS

Method GOOS

config.go:149–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149func (c *Config) GOOS() string {
150 if goos := c.Test.GOOS; goos != "" {
151 return goos
152 }
153 return runtime.GOOS
154}
155
156func (c *Config) AcmeURL(orgAPID string, realmAPID string, chainAPID string) string {
157 baseURL := c.Test.ACME.URL

Callers 6

isVMOrContainerFunction · 0.80
ViewMethod · 0.80
ViewMethod · 0.80
TestUpgradeFunction · 0.80
isWindowsRuntimeFunction · 0.80
gnomeKeyringMissingFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestUpgradeFunction · 0.64