pub fn read_note_for(
git_dir: &Path,
format: ObjectFormat,
store: &FileRefStore,
notes_ref: &NotesRef,
annotated: &ObjectId,
) -> Result<Option<ObjectId>>Expand description
Return the note blob oid for annotated, if any (fanout-aware, no full scan).