pub fn annotation_status_for_source_with_symbol_resolver(
annotation: &Annotation,
scope: &AnnotationScope,
source: &[u8],
file_path: &Path,
resolve_symbol: impl FnMut(&[u8], &Path, &str, Option<(u32, u32)>) -> Option<(u32, u32)>,
) -> StalenessStatusExpand description
Check an annotation’s staleness with an injected symbol resolver.