pub fn annotation_status_for_source(
annotation: &Annotation,
scope: &AnnotationScope,
source: &[u8],
file_path: &Path,
) -> StalenessStatusExpand description
Check an annotation’s staleness against already-loaded source bytes.
pub fn annotation_status_for_source(
annotation: &Annotation,
scope: &AnnotationScope,
source: &[u8],
file_path: &Path,
) -> StalenessStatusCheck an annotation’s staleness against already-loaded source bytes.