pub fn palette_entries(snapshot: &CatalogSnapshot) -> Vec<LauncherCatalogEntry>Expand description
Map every palette-exposed tool across every catalog in snapshot into a
LauncherCatalogEntry. A tool is included when it exposes itself on the
Palette surface, per ToolSpec::exposed_on (the palette overlay
defaults to enabled when absent).