pub fn read_note_bytes(
git_dir: &Path,
format: ObjectFormat,
store: &FileRefStore,
notes_ref: &NotesRef,
annotated: &ObjectId,
) -> Result<Option<Vec<u8>>>Expand description
Return the note body bytes for annotated, if a note exists.