MCPcopy
hub / github.com/containerd/containerd / GetVariant

Method GetVariant

api/types/platform.pb.go:98–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98func (x *Platform) GetVariant() string {
99 if x != nil {
100 return x.Variant
101 }
102 return ""
103}
104
105func (x *Platform) GetOsVersion() string {
106 if x != nil {

Callers 1

PlatformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected