func()
in
rate/rate.go [93:95]
3
lines of code
1
McCabe index (conditional complexity)
func (lim *Limiter) Allow() bool { return lim.AllowN(time.Now(), 1) }