Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yusing/godoxy
/ init
Function
init
socket-proxy/pkg/env.go:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
)
37
38
func
init() {
39
Load()
40
}
41
42
func
Load() {
43
DockerSocket = env.GetEnvString(
"DOCKER_SOCKET"
,
"/var/run/docker.sock"
)
Callers
nothing calls this directly
Calls
1
Load
Function · 0.70
Tested by
no test coverage detected