pub const MAX_HANDLE_DEPTH: u8 = 20;
Deepest chunk depth a handle can encode. ChunkId::path spends 2 bits per level, so depth <= 20 fits the 40 path bits below.
ChunkId::path
depth <= 20