Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ GetSandboxID
Method
GetSandboxID
api/types/sandbox.pb.go:98–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
func
(x *Sandbox) GetSandboxID() string {
99
if
x != nil {
100
return
x.SandboxID
101
}
102
return
""
103
}
104
105
func
(x *Sandbox) GetRuntime() *Sandbox_Runtime {
106
if
x != nil {
Callers
9
HandleEvent
Method · 0.45
Status
Method · 0.45
Create
Method · 0.45
Start
Method · 0.45
Stop
Method · 0.45
Wait
Method · 0.45
Status
Method · 0.45
Shutdown
Method · 0.45
Metrics
Method · 0.45
Implementers
1
sandboxClient
client/sandbox.go
Calls
no outgoing calls
Tested by
no test coverage detected