MCPcopy
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
38func init() {
39 Load()
40}
41
42func Load() {
43 DockerSocket = env.GetEnvString("DOCKER_SOCKET", "/var/run/docker.sock")

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.70

Tested by

no test coverage detected