pub fn execute(
ctx: &MarsContext,
request: &SyncRequest,
) -> Result<SyncReport, MarsError>Expand description
Execute the unified sync pipeline.
Orchestrates phase functions, each consuming the prior phase’s output struct.
pub fn execute(
ctx: &MarsContext,
request: &SyncRequest,
) -> Result<SyncReport, MarsError>Execute the unified sync pipeline.
Orchestrates phase functions, each consuming the prior phase’s output struct.