Skip to main content

notes_tree_oid

Function notes_tree_oid 

Source
pub fn notes_tree_oid(
    git_dir: &Path,
    format: ObjectFormat,
    store: &FileRefStore,
    notes_ref: &NotesRef,
) -> Result<Option<ObjectId>>
Expand description

Peel notes_ref to its root tree oid. Returns None when the ref is absent.