func()

in cleanup.go [98:104]


func (i *ImageInfo) score() int64 {
	s := i.ObjectTTL.score()
	if s > 0 && len(i.RepoTags) == 0 {
		s += danglingImageBonus
	}
	return s
}