Skip to main content

cache_put

Function cache_put 

Source
pub fn cache_put(
    cache_root: &Path,
    hash: &str,
    findings: &[LintFinding],
) -> Result<(), String>
Expand description

Store a lint result in the cache.