Skip to main content

read_note_for

Function read_note_for 

Source
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).