(bytes: u64)
| 84 | } |
| 85 | |
| 86 | fn bucket(bytes: u64) -> u64 { |
| 87 | bytes.next_power_of_two().max(256) |
| 88 | } |
| 89 | } |
| 90 | |
| 91 | // ─── Weight cache ──────────────────────────────────────────────────── |
nothing calls this directly
no outgoing calls
no test coverage detected