pub fn multi_ref_progress_from_hosted_thread(
thread: &str,
fields: &HostedPushResultFields,
) -> MultiRefPushProgressExpand description
Map hosted per-thread push fields into a multi-ref progress event.
Pure result-summary: success → MultiRefPushProgress::ThreadSucceeded
with remote_state; failure → MultiRefPushProgress::ThreadFailed with
normalized error text.