ComfyUI/app/assets/database/queries
Luke Mino-Altherr bcdf3cb80f refactor: add explicit types to asset service functions
- Add typed result dataclasses: IngestResult, AddTagsResult,
  RemoveTagsResult, SetTagsResult, TagUsage
- Add UserMetadata type alias for user_metadata parameters
- Type helper functions with Session parameters
- Use TypedDicts at query layer to avoid circular imports
- Update manager.py and tests to use attribute access

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-24 11:34:44 -08:00
..
__init__.py refactor: add explicit types to asset service functions 2026-02-24 11:34:44 -08:00
asset_info.py chore: remove module-level comments and docstrings from assets package 2026-02-24 11:34:44 -08:00
asset.py chore: remove module-level comments and docstrings from assets package 2026-02-24 11:34:44 -08:00
cache_state.py refactor: improve function naming for clarity and consistency 2026-02-24 11:34:44 -08:00
tags.py refactor: add explicit types to asset service functions 2026-02-24 11:34:44 -08:00