Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ imageStore
Struct
imageStore
core/metadata/images.go:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
)
40
41
type
imageStore
struct
{
42
db *DB
43
}
44
45
// NewImageStore returns a store backed by a bolt DB
46
func
NewImageStore(db *DB) images.Store {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected