mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-27 02:10:08 +08:00
The keyset cursor codec was asset-namespaced (app/assets/services/cursor.py) but the wire format and encode/decode logic are domain-agnostic. Move it to utils/cursor.py so the jobs endpoint can share one codec instead of importing across domains or duplicating it. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_asset_management.py | ||
| test_bulk_ingest.py | ||
| test_cursor.py | ||
| test_enrich.py | ||
| test_image_dimensions.py | ||
| test_ingest.py | ||
| test_path_utils.py | ||
| test_tag_histogram.py | ||
| test_tagging.py | ||