Function validate_unique_client_ids

Source
pub fn validate_unique_client_ids(
    input: Vec<GutenbergBlock>,
) -> UtilResult<Vec<GutenbergBlock>>
Expand description

Validates that all client IDs in the Gutenberg blocks are unique. Returns an error if duplicate client IDs are found.