MCPcopy Create free account
hub / github.com/docker/cli / listCredentialsInStore

Method listCredentialsInStore

cli/config/credentials/native_store.go:145–147  ·  view source on GitHub ↗

listCredentialsInStore returns a listing of stored credentials as a map of URL -> username.

()

Source from the content-addressed store, hash-verified

143// listCredentialsInStore returns a listing of stored credentials as a map of
144// URL -> username.
145func (c *nativeStore) listCredentialsInStore() (map[string]string, error) {
146 return client.List(c.programFunc)
147}

Callers 1

GetAllMethod · 0.95

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected