MCPcopy Index your code
hub / github.com/cortexlabs/cortex / init

Function init

pkg/lib/docker/docker.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48var _cachedClient *Client
49
50func init() {
51 NoAuth, _ = EncodeAuthConfig(dockertypes.AuthConfig{})
52}
53
54type Client struct {
55 *dockerclient.Client

Callers

nothing calls this directly

Calls 1

EncodeAuthConfigFunction · 0.85

Tested by

no test coverage detected