Get weak reference to [`SessionState`]
(&self)
| 2037 | |
| 2038 | /// Get weak reference to [`SessionState`] |
| 2039 | pub fn state_weak_ref(&self) -> Weak<RwLock<SessionState>> { |
| 2040 | Arc::downgrade(&self.state) |
| 2041 | } |
| 2042 | |
| 2043 | /// Register [`CatalogProviderList`] in [`SessionState`] |
| 2044 | pub fn register_catalog_list(&self, catalog_list: Arc<dyn CatalogProviderList>) { |
no outgoing calls
no test coverage detected