Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
var
_cachedClient *Client
49
50
func
init() {
51
NoAuth, _ = EncodeAuthConfig(dockertypes.AuthConfig{})
52
}
53
54
type
Client
struct
{
55
*dockerclient.Client
Callers
nothing calls this directly
Calls
1
EncodeAuthConfig
Function · 0.85
Tested by
no test coverage detected