Returns a mutable reference to the workspace map (for import).
(&mut self)
| 1423 | |
| 1424 | /// Returns a mutable reference to the workspace map (for import). |
| 1425 | pub fn get_workspaces_mut(&mut self) -> &mut HashMap<String, WorkspaceInfo> { |
| 1426 | &mut self.workspaces |
| 1427 | } |
| 1428 | |
| 1429 | /// Returns the opened workspace ids. |
| 1430 | pub fn get_opened_workspace_ids(&self) -> &Vec<String> { |
no outgoing calls
no test coverage detected