in experimental/blobs.go [33:39]
func (b blobsData) etag(digest digest) string { blob := b[digest] if blob != nil { return blob.etag } return "" }