Clear the current graph
(&mut self)
| 259 | |
| 260 | /// Clear the current graph |
| 261 | pub fn clear_current_graph(&mut self) { |
| 262 | self.current_graph = None; |
| 263 | self.update_activity(); |
| 264 | } |
| 265 | |
| 266 | /// Set the current schema for this session |
| 267 | pub fn set_current_schema(&mut self, schema: Option<String>) { |
nothing calls this directly
no test coverage detected