Assert a database's stored tile ids match the width it reports
Source:R/cell_model.R
cell_model_tile_check.RdThe one check that cannot pass on a mismatch: it recomputes the tile id for cells
taken from cell_model itself and compares them with the ids stored beside those cells.
Counting rows, listing views, or querying a tile cannot distinguish a right width from a
wrong one — a wrong tile id is still a valid tile id, so the query simply returns nothing.