Skip to main content

cache_key

Function cache_key 

Source
pub fn cache_key(project_path: &Path, config: &HuntConfig) -> String
Expand description

Compute an FNV-1a hash of the cache-relevant config fields.

Key components: project path, mode, targets, min_suspiciousness, use_pmat_quality.