Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
98
func
(x *Platform) GetVariant() string {
99
if
x != nil {
100
return
x.Variant
101
}
102
return
""
103
}
104
105
func
(x *Platform) GetOsVersion() string {
106
if
x != nil {
Callers
1
Platform
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected