[go: up one dir, main page]

hard_link_hash

Function hard_link_hash 

Source
pub async fn hard_link_hash<P, Q>(
    cache: P,
    sri: &Integrity,
    to: Q,
) -> Result<()>
where P: AsRef<Path>, Q: AsRef<Path>,
Expand description

Hard links a cache entry by hash to a specified location.