MCPcopy
hub / github.com/containerd/containerd / fakeImageService

Struct fakeImageService

internal/cri/server/container_status_test.go:363–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363type fakeImageService struct {
364 imageStore *imagestore.Store
365}
366
367func (s *fakeImageService) RuntimeSnapshotter(ctx context.Context, ociRuntime criconfig.Runtime) string {
368 return ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected