Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ GetAuthConfigs
Method
GetAuthConfigs
cli/config/credentials/file_store_test.go:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
func
(f *fakeStore) GetAuthConfigs()
map
[string]types.AuthConfig {
26
return
f.configs
27
}
28
29
func
(*fakeStore) GetFilename() string {
30
return
"no-config.json"
Callers
4
TestFileStoreAddCredentials
Function · 0.95
TestNativeStoreAddCredentials
Function · 0.95
TestNativeStoreAddInvalidCredentials
Function · 0.95
TestNativeStoreErase
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected