| 142 | } |
| 143 | |
| 144 | WorkspaceType BrowserWindow::getCurrentWorkspaceType() const |
| 145 | { |
| 146 | return _currentWorkspace.workspaceType; |
| 147 | } |
| 148 | |
| 149 | DownloadCache& BrowserWindow::getSimulationCache() |
| 150 | { |
nothing calls this directly
no outgoing calls
no test coverage detected