pub async fn write_test_blob(
blob_volume_root: &DirectoryProxy,
data: &[u8],
as_delivery_blob: bool,
) -> Hash
Expand description
Write a blob to blobfs to ensure that on format, blobfs doesn’t get wiped.
pub async fn write_test_blob(
blob_volume_root: &DirectoryProxy,
data: &[u8],
as_delivery_blob: bool,
) -> Hash
Write a blob to blobfs to ensure that on format, blobfs doesn’t get wiped.