Skip to content

Commit c02685b

Browse files
committed
one more
1 parent d112bae commit c02685b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/store/util.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ pub mod tests {
413413

414414
/// Create n0 flavoured bao. Note that this can be used to request ranges below a chunk group size,
415415
/// which can not be exported via bao because we don't store hashes below the chunk group level.
416+
#[cfg(feature = "fs-store")]
416417
pub fn create_n0_bao(data: &[u8], ranges: &ChunkRanges) -> anyhow::Result<(Hash, Vec<u8>)> {
417418
let outboard = PreOrderMemOutboard::create(data, IROH_BLOCK_SIZE);
418419
let mut encoded = Vec::new();

0 commit comments

Comments
 (0)