Expand description
Shared ROM list fetching helpers.
Constants§
- ROM_
PAGE_ CEILING - Maximum ROM rows fetched by paginated helpers (TUI safety cap).
Functions§
- fetch_
roms_ paginated - Fetch all pages for a
GetRomsrequest up toROM_PAGE_CEILING. - rom_
list_ fetch_ complete - True when a paginated ROM list has enough rows to stop fetching
(
items.len() >= total, or the safety ceiling was hit).