ComfyUI/app/assets
Luke Mino-Altherr 58edc6fc6b refactor(bulk_ingest): improve variable naming and add typed dicts
- Rename shorthand variables to explicit names (sp -> spec, aid -> asset_id, etc.)
- Move imports to top of file
- Add TypedDict definitions for AssetRow, CacheStateRow, AssetInfoRow, TagRow, MetadataRow
- Replace bare dict types with typed alternatives

Amp-Thread-ID: https://ampcode.com/threads/T-019c316d-13f7-77f8-b92b-ea7276c3e09c
Co-authored-by: Amp <amp@ampcode.com>
2026-02-24 11:34:44 -08:00
..
api feat: non-destructive asset pruning with is_missing flag 2026-02-24 11:34:44 -08:00
database Rename bulk_set_needs_verify to bulk_update_needs_verify for readability 2026-02-24 11:34:44 -08:00
services refactor(bulk_ingest): improve variable naming and add typed dicts 2026-02-24 11:34:44 -08:00
helpers.py refactor(assets): consolidate duplicated query utilities and remove unused code 2026-02-24 11:34:44 -08:00
scanner.py Rename bulk_set_needs_verify to bulk_update_needs_verify for readability 2026-02-24 11:34:44 -08:00
seeder.py feat: non-destructive asset pruning with is_missing flag 2026-02-24 11:34:44 -08:00