Function get_new_commits

Source
pub(super) async fn get_new_commits(
    queue: Option<NonZeroU32>,
    id: ArchiveId,
) -> Result<Vec<(String, Commit)>, ServerFnError<String>>
Available on crate feature ssr only.