Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
91
func
(x *Platform) GetArchitecture() string {
92
if
x != nil {
93
return
x.Architecture
94
}
95
return
""
96
}
97
98
func
(x *Platform) GetVariant() string {
99
if
x != nil {
Callers
1
Platform
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected