| 383 | |
| 384 | |
| 385 | static unsigned childBitNumber(hash_t hash, unsigned shift =0) { |
| 386 | return (hash >> shift) & (kMaxChildren - 1); |
| 387 | } |
| 388 | |
| 389 | |
| 390 | unsigned childIndexForBitNumber(unsigned bitNo) const { |
nothing calls this directly
no outgoing calls
no test coverage detected