pub fn resolve_hash(hash: u64) -> Option<&'static [u8]>Expand description
Resolve a 64-bit Quin field value to its original URI bytes.
Returns None when:
- the value has MSB=1 (topological pointer — not a lexicon entry), or
- the hash is genuinely absent from the dictionary.