(number)
| 12193 | } |
| 12194 | |
| 12195 | function getBitLength(number) { |
| 12196 | return 32 - clz32(number); |
| 12197 | } |
| 12198 | |
| 12199 | function getLeadingBit(id) { |
| 12200 | return 1 << getBitLength(id) - 1; |
no outgoing calls
no test coverage detected
searching dependent graphs…