Function clone_to_queue

Source
pub async fn clone_to_queue(
    id: Option<NonZeroU32>,
    archive: ArchiveId,
    url: String,
    branch: String,
    has_release: bool,
) -> Result<(usize, NonZeroU32), ServerFnError<String>>