refactor(6): fully batched initial scan

This commit is contained in:
bigcat88
2025-09-17 20:15:50 +03:00
parent f9602457d6
commit 1a37d1476d
8 changed files with 255 additions and 220 deletions

View File

@@ -6,7 +6,6 @@ from .content import (
list_unhashed_candidates_under_prefixes,
list_verify_candidates_under_prefixes,
redirect_all_references_then_delete_asset,
seed_from_path,
touch_asset_infos_by_fs_path,
)
from .info import (
@@ -49,7 +48,7 @@ __all__ = [
"get_asset_tags", "list_tags_with_usage", "set_asset_info_preview",
"fetch_asset_info_and_asset", "fetch_asset_info_asset_and_tags",
# content
"check_fs_asset_exists_quick", "seed_from_path",
"check_fs_asset_exists_quick",
"redirect_all_references_then_delete_asset",
"compute_hash_and_dedup_for_cache_state",
"list_unhashed_candidates_under_prefixes", "list_verify_candidates_under_prefixes",