pub async fn clone_to_queue(
id: Option<NonZeroU32>,
archive: ArchiveId,
url: String,
branch: String,
_has_release: bool,
) -> Result<(usize, NonZeroU32), ServerFnError<String>>Available on crate feature
ssr only.pub async fn clone_to_queue(
id: Option<NonZeroU32>,
archive: ArchiveId,
url: String,
branch: String,
_has_release: bool,
) -> Result<(usize, NonZeroU32), ServerFnError<String>>ssr only.