async fn model_exists(catalog: &dyn ModelCatalogPort, name: &str) -> boolExpand description
Whether name resolves in the catalog, treating a query failure as absent.
async fn model_exists(catalog: &dyn ModelCatalogPort, name: &str) -> boolWhether name resolves in the catalog, treating a query failure as absent.