test metawrite

This commit is contained in:
weisd
2024-12-16 17:45:28 +08:00
committed by weisd
parent adf4cfd76a
commit 99c229524d
8 changed files with 210 additions and 121 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ pub async fn list_path_raw(mut rx: B_Receiver<bool>, opts: ListPathRawOptions) -
limit: opts_clone.per_disk_limit,
..Default::default()
},
Writer::NotUse,
&mut Writer::NotUse,
)
.await
{
@@ -130,7 +130,7 @@ pub async fn list_path_raw(mut rx: B_Receiver<bool>, opts: ListPathRawOptions) -
limit: opts_clone.per_disk_limit,
..Default::default()
},
Writer::NotUse,
&mut Writer::NotUse,
)
.await
{