From b76b0e06520b37b0691611434857d4c1d3b290dc Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 15 Mar 2026 19:17:03 +0800 Subject: Add benchmark for ID alias operations --- systems/sheet/src/index_source/alias.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/sheet/src/index_source/alias.rs b/systems/sheet/src/index_source/alias.rs index 4a8f0ad..d50c183 100644 --- a/systems/sheet/src/index_source/alias.rs +++ b/systems/sheet/src/index_source/alias.rs @@ -101,7 +101,7 @@ async fn alias_exists(aliases_dir: PathBuf, local_id: u32) -> Result Result { +pub async fn convert_to_remote(aliases_dir: PathBuf, local_id: u32) -> Result { ensure_aliases_dir(&aliases_dir).await?; let (file_index, offset) = get_file_path_and_offset(local_id); -- cgit