MCPcopy Index your code
hub / github.com/containerd/containerd / GetArchitecture

Method GetArchitecture

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

Source from the content-addressed store, hash-verified

89}
90
91func (x *Platform) GetArchitecture() string {
92 if x != nil {
93 return x.Architecture
94 }
95 return ""
96}
97
98func (x *Platform) GetVariant() string {
99 if x != nil {

Callers 1

PlatformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected