pub async fn repository_get_downloaded_libraries(
manager: State<'_, RepositoryManagerWrapper>,
handle: String,
) -> Result<Vec<Library>, String>Expand description
Downloaded-only browse: libraries that contain downloaded content.
Backs the Downloads “Downloaded” surface. Never merges server results and is authoritative — an empty list means nothing is downloaded.
TRACES: UR-055 | DR-082