Skip to main content

cache_store

Function cache_store 

Source
pub fn cache_store(
    namespace: &str,
    source_hash: u64,
    binary: &Path,
) -> Option<PathBuf>
Expand description

Store a compiled binary in the cache. Copies the binary to the cache directory.