MCPcopy Index your code
hub / github.com/docker/cli / GetAll

Method GetAll

cli/config/credentials/credentials.go:14–14  ·  view source on GitHub ↗

GetAll retrieves all the credentials from the store.

()

Source from the content-addressed store, hash-verified

12 Get(serverAddress string) (types.AuthConfig, error)
13 // GetAll retrieves all the credentials from the store.
14 GetAll() (map[string]types.AuthConfig, error)
15 // Store saves credentials in the store.
16 Store(authConfig types.AuthConfig) error
17}

Callers 8

parseFunction · 0.65
runCreateFunction · 0.65
createIPAMConfigFunction · 0.65
runCreateFunction · 0.65
TestFileStoreGetAllFunction · 0.65
GetAllMethod · 0.65
GetAllCredentialsMethod · 0.65
GetAllMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestFileStoreGetAllFunction · 0.52