Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/containerd/containerd
/ GetSpec
Method
GetSpec
api/types/sandbox.pb.go:112–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(x *Sandbox) GetSpec() *anypb.Any {
113
if
x != nil {
114
return
x.Spec
115
}
116
return
nil
117
}
118
119
func
(x *Sandbox) GetLabels()
map
[string]string {
120
if
x != nil {
Callers
3
Start
Method · 0.45
Exec
Method · 0.45
Start
Method · 0.45
Implementers
1
sandboxClient
client/sandbox.go
Calls
no outgoing calls
Tested by
no test coverage detected