pub fn filter_annotations<'a>(
annotations: &'a [Annotation],
scope_filter: Option<&AnnotationScope>,
tag_filter: Option<&str>,
include_superseded: bool,
) -> Vec<&'a Annotation>Expand description
Filter annotations by optional scope/tag and superseded inclusion.