Function create_random_blobs

Source
pub async fn create_random_blobs<R: Rng>(
    store: &Store,
    num_blobs: usize,
    blob_size: impl Fn(usize, &mut R) -> usize,
    rand: R,
) -> Result<Vec<TagInfo>>