Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ fakeStore
Struct
fakeStore
cli/config/credentials/file_store_test.go:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
fakeStore
struct
{
12
configs
map
[string]types.AuthConfig
13
saveFn
func
(*fakeStore) error
14
}
15
16
func
(f *fakeStore) Save() error {
17
if
f.saveFn != nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected