ComfyUI/app/assets
Matt Miller ba8ea12922 refactor(pagination): hoist cursor codec to utils/ for cross-domain reuse
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.
2026-06-09 21:16:24 -07:00
..
api refactor(pagination): hoist cursor codec to utils/ for cross-domain reuse 2026-06-09 21:16:24 -07:00
database Merge branch 'master' into matt/be-944-core-cursor-based-pagination-for-get-apiassets 2026-06-09 21:07:47 -07:00
services refactor(pagination): hoist cursor codec to utils/ for cross-domain reuse 2026-06-09 21:16:24 -07:00
helpers.py
scanner.py
seeder.py