| 147 | } |
| 148 | |
| 149 | type testEnum struct { |
| 150 | blobs []string |
| 151 | } |
| 152 | |
| 153 | func (te testEnum) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error { |
| 154 | defer close(dest) |
nothing calls this directly
no outgoing calls
no test coverage detected