Function tvix_store::pathinfoservice::bigtable::derive_pathinfo_key
source · fn derive_pathinfo_key(digest: &[u8; 20]) -> String
Expand description
Derives the row/column key for a given output path. We use hexlower encoding, also because it can’t be misinterpreted as RE2.