Clear catalog cache (called on schema/graph changes)
(&mut self)
| 435 | |
| 436 | /// Clear catalog cache (called on schema/graph changes) |
| 437 | pub fn clear_catalog_cache(&mut self) { |
| 438 | self.catalog_cache.clear(); |
| 439 | self.update_activity(); |
| 440 | } |
| 441 | |
| 442 | // === Authorization === |
| 443 |
nothing calls this directly
no test coverage detected