Returns into which bucket the given Distance d falls. BucketNo counts upwards from MSB to LSB, from d[0] to d[len(d)-1], e.g. if the MSB of d[0] is set it returns 0, if the MSB of d[1] is set, it returns 8. If the distance is zero, it returns len(d) * 8.
(d Distance)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected