Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ sandboxStore
Struct
sandboxStore
core/metadata/sandbox.go:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
)
41
42
type
sandboxStore
struct
{
43
db *DB
44
}
45
46
var
_ api.Store = (*sandboxStore)(nil)
47
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected