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

Method SetupGuideURL

config.go:173–175  ·  view source on GitHub ↗
(orgAPID string, serviceAPID string)

Source from the content-addressed store, hash-verified

171}
172
173func (c *Config) SetupGuideURL(orgAPID string, serviceAPID string) string {
174 return c.Dashboard.URL + "/" + url.QueryEscape(orgAPID) + "/services/" + url.QueryEscape(serviceAPID) + "/guide"
175}
176
177func (c *Config) Copy() *Config {
178 cfg := deepcopy.Copy(*c).(Config)

Callers 3

initialSetupMethod · 0.80
TestSetupFunction · 0.80
TestLclFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestSetupFunction · 0.64
TestLclFunction · 0.64