Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ sandboxClient
Struct
sandboxClient
client/sandbox.go:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
type
sandboxClient
struct
{
55
client *Client
56
metadata api.Sandbox
57
}
58
59
func
(s *sandboxClient) ID() string {
60
return
s.metadata.ID
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected