Skip to main content

export_annotations

Function export_annotations 

Source
pub fn export_annotations<W: Write>(
    git_ops: &dyn GitOps,
    writer: &mut W,
) -> Result<usize>
Expand description

Export annotations as JSONL to a writer.

Iterates all notes under refs/notes/chronicle, and writes one JSON object per line. Preserves the raw annotation format (v1 or v2).