MCPcopy
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

61var ComposeVersion string
62
63func 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

StringMethod · 0.45

Tested by

no test coverage detected