MCPcopy
hub / github.com/docker/docker-py / get_credential_store

Function get_credential_store

docker/auth.py:69–72  ·  view source on GitHub ↗
(authconfig, registry)

Source from the content-addressed store, hash-verified

67
68
69def get_credential_store(authconfig, registry):
70 if not isinstance(authconfig, AuthConfig):
71 authconfig = AuthConfig(authconfig)
72 return authconfig.get_credential_store(registry)
73
74
75class AuthConfig(dict):

Callers

nothing calls this directly

Calls 2

get_credential_storeMethod · 0.95
AuthConfigClass · 0.85

Tested by

no test coverage detected