pub fn save_cache(
project_path: &Path,
config: &HuntConfig,
findings: &[Finding],
mode: HuntMode,
)Expand description
Save findings to the cache.
pub fn save_cache(
project_path: &Path,
config: &HuntConfig,
findings: &[Finding],
mode: HuntMode,
)Save findings to the cache.