MCPcopy
hub / github.com/moby/moby / testContainerStore

Struct testContainerStore

daemon/containerd/image_delete_test.go:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258type testContainerStore struct{}
259
260func emptyTestContainerStore() container.Store {
261 return &testContainerStore{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected