pub fn cache_key(canonical_url: &str) -> StringExpand description
Deterministic cache-key for the scratch clone directory: the first 16 hex
characters of blake3(canonical_url) – short enough for a filesystem
path component, long enough that collisions are not a practical concern
for a handful of cached repos.