Skip to main content

read_all_notes

Function read_all_notes 

Source
pub fn read_all_notes(
    repo: &Repository,
) -> GitResult<HashMap<ObjectId, HeddleNote>>
Expand description

Read every (commit_oid → note) entry under refs/notes/heddle. Used by the import path’s identity-recovery scan.