We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d112bae commit c02685bCopy full SHA for c02685b
src/store/util.rs
@@ -413,6 +413,7 @@ pub mod tests {
413
414
/// Create n0 flavoured bao. Note that this can be used to request ranges below a chunk group size,
415
/// which can not be exported via bao because we don't store hashes below the chunk group level.
416
+ #[cfg(feature = "fs-store")]
417
pub fn create_n0_bao(data: &[u8], ranges: &ChunkRanges) -> anyhow::Result<(Hash, Vec<u8>)> {
418
let outboard = PreOrderMemOutboard::create(data, IROH_BLOCK_SIZE);
419
let mut encoded = Vec::new();
0 commit comments