Skip to main content

group_replicated_text_transform_tasks

Function group_replicated_text_transform_tasks 

Source
pub fn group_replicated_text_transform_tasks(
    tasks: &[ReplicatedTextMaterializationTask],
) -> Result<Vec<ReplicatedTextTransformGroup>, ReplicatedTextContractError>
Expand description

Groups transforming tasks by exact packed output format.

Groups and indices preserve first-observed task order. Direct tasks are not included, and a transforming task without a packed format fails closed.