func()

in cleanup.go [89:91]


func (u *ObjectTTL) score() int64 {
	return int64(time.Now().Sub(u.TTL) / objectPastTimeDivisor)
}