Skip to main content

verify_data_sampled

Function verify_data_sampled 

Source
pub fn verify_data_sampled(
    data: &[u8],
    expected_pattern: TestDataPattern,
    sample_points: usize,
)
Expand description

Verify data matches expected pattern (with sampling for large data)

ยงArguments

  • data - Data to verify
  • expected_pattern - Expected pattern
  • sample_points - Number of points to sample