MCPcopy
hub / github.com/docker/compose / main

Function main

cmd/main.go:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func main() {
82 if plugin.RunningStandalone() {
83 os.Args = append([]string{"docker"}, compatibility.Convert(os.Args[1:])...)
84 }
85 pluginMain()
86}

Callers

nothing calls this directly

Calls 2

ConvertFunction · 0.92
pluginMainFunction · 0.85

Tested by

no test coverage detected