Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
kill
Method · 0.65
handleEOF
Method · 0.65
CloseRead
Method · 0.65
CloseWrite
Method · 0.65
Close
Method · 0.65
TestGetDefaultAuthConfig
Function · 0.65
TestRunLogin
Function · 0.65
TestLoginNonInteractive
Function · 0.65
storeCredentials
Function · 0.65
TestFileStoreIdempotent
Function · 0.65
TestFileStoreAddCredentials
Function · 0.65
Store
Method · 0.65
Calls
no outgoing calls
Tested by
8
TestGetDefaultAuthConfig
Function · 0.52
TestRunLogin
Function · 0.52
TestLoginNonInteractive
Function · 0.52
TestFileStoreIdempotent
Function · 0.52
TestFileStoreAddCredentials
Function · 0.52
TestMemoryStore
Function · 0.52
TestMemoryStoreWithoutFallback
Function · 0.52
TestWaitForDeviceToken
Function · 0.52