Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ init
Function
init
pkg/api/labels.go:63–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
var
ComposeVersion string
62
63
func
init() {
64
v, err := version.NewVersion(internal.Version)
65
if
err == nil {
66
ComposeVersion = v.Core().String()
67
}
68
}
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected