pub fn detect_variant(
detect: &[DetectBlock],
project_root: &Path,
) -> Option<String>Expand description
Returns the ID of the first matching DetectBlock, or None (→ use universal variant).
pub fn detect_variant(
detect: &[DetectBlock],
project_root: &Path,
) -> Option<String>Returns the ID of the first matching DetectBlock, or None (→ use universal variant).