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