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

Function getCredentialsURL

api/api.go:249–251  ·  view source on GitHub ↗
(orgSlug, realmSlug string)

Source from the content-addressed store, hash-verified

247}
248
249func getCredentialsURL(orgSlug, realmSlug string) (*url.URL, error) {
250 return url.Parse(fetchCredentialsPath(orgSlug, realmSlug))
251}
252
253func SubCA(apid string) QueryParam {
254 return func(v url.Values) {

Callers 1

GetCredentialsMethod · 0.85

Calls 1

fetchCredentialsPathFunction · 0.85

Tested by

no test coverage detected