Get mutable reference to catalog cache
(&mut self)
| 425 | |
| 426 | /// Get mutable reference to catalog cache |
| 427 | pub fn catalog_cache_mut(&mut self) -> &mut SessionCatalogCache { |
| 428 | &mut self.catalog_cache |
| 429 | } |
| 430 | |
| 431 | /// Get immutable reference to catalog cache |
| 432 | pub fn catalog_cache_ref(&self) -> &SessionCatalogCache { |
no outgoing calls
no test coverage detected