in experimental/blobs.go [41:47]
func (b blobsData) size(digest digest) int64 { blob := b[digest] if blob != nil { return blob.size } return 0 }