pub fn annotations_for_record<'a>(
annotations: &'a AnnotationTape,
record: &TapeRecord,
) -> Vec<&'a Annotation>Expand description
Convenience: pair a tape record with all annotations that reference its seq. Used by the replay surface and the export pipeline.