pub fn iter_notes(
git_dir: &Path,
format: ObjectFormat,
store: &FileRefStore,
notes_ref: &NotesRef,
) -> Result<NotesIter>Expand description
Stream notes from notes_ref without materializing the full list.
pub fn iter_notes(
git_dir: &Path,
format: ObjectFormat,
store: &FileRefStore,
notes_ref: &NotesRef,
) -> Result<NotesIter>Stream notes from notes_ref without materializing the full list.