| 361 | } |
| 362 | |
| 363 | type fakeImageService struct { |
| 364 | imageStore *imagestore.Store |
| 365 | } |
| 366 | |
| 367 | func (s *fakeImageService) RuntimeSnapshotter(ctx context.Context, ociRuntime criconfig.Runtime) string { |
| 368 | return "" |
nothing calls this directly
no outgoing calls
no test coverage detected