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

Method Store

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

Store saves credentials in the store.

(authConfig types.AuthConfig)

Source from the content-addressed store, hash-verified

14 GetAll() (map[string]types.AuthConfig, error)
15 // Store saves credentials in the store.
16 Store(authConfig types.AuthConfig) error
17}

Callers 15

killMethod · 0.65
handleEOFMethod · 0.65
CloseReadMethod · 0.65
CloseWriteMethod · 0.65
CloseMethod · 0.65
TestGetDefaultAuthConfigFunction · 0.65
TestRunLoginFunction · 0.65
TestLoginNonInteractiveFunction · 0.65
storeCredentialsFunction · 0.65
TestFileStoreIdempotentFunction · 0.65
StoreMethod · 0.65

Calls

no outgoing calls

Tested by 8

TestGetDefaultAuthConfigFunction · 0.52
TestRunLoginFunction · 0.52
TestLoginNonInteractiveFunction · 0.52
TestFileStoreIdempotentFunction · 0.52
TestMemoryStoreFunction · 0.52
TestWaitForDeviceTokenFunction · 0.52