Type Alias cwe_checker_lib::CweModuleFn

source ·
pub type CweModuleFn = fn(_: &AnalysisResults<'_>, _: &Value) -> (Vec<LogMessage>, Vec<CweWarning>);
Expand description

The generic function signature for the main function of a CWE module