pub fn cache_key(project_path: &Path, config: &HuntConfig) -> StringExpand description
Compute an FNV-1a hash of the cache-relevant config fields.
Key components: project path, mode, targets, min_suspiciousness, use_pmat_quality.
pub fn cache_key(project_path: &Path, config: &HuntConfig) -> StringCompute an FNV-1a hash of the cache-relevant config fields.
Key components: project path, mode, targets, min_suspiciousness, use_pmat_quality.