ComfyUI/app/assets/services
Luke Mino-Altherr 2eb100adf9 Refactor helpers.py: move functions to their respective modules
- Move scanner-only functions to scanner.py
- Move query-only functions (is_scalar, project_kv) to asset_info.py
- Move get_query_dict to routes.py
- Create path_utils.py service for path-related functions
- Reduce helpers.py to shared utilities only

Amp-Thread-ID: https://ampcode.com/threads/T-019c2510-33fa-7199-ae4b-bc31102277a7
Co-authored-by: Amp <amp@ampcode.com>
2026-02-03 13:08:04 -08:00
..
__init__.py Refactor asset database: separate business logic from queries 2026-02-03 13:08:04 -08:00
asset_management.py Refactor helpers.py: move functions to their respective modules 2026-02-03 13:08:04 -08:00
hashing.py Move hashing.py to services directory 2026-02-03 13:08:04 -08:00
ingest.py Refactor helpers.py: move functions to their respective modules 2026-02-03 13:08:04 -08:00
path_utils.py Refactor helpers.py: move functions to their respective modules 2026-02-03 13:08:04 -08:00
scanner.py Refactor helpers.py: move functions to their respective modules 2026-02-03 13:08:04 -08:00
tagging.py refactor: move in-function imports to top-level and remove keyword-only argument pattern 2026-02-03 13:08:04 -08:00