(&self)
| 557 | } |
| 558 | |
| 559 | fn workspace_directory_path(&self) -> &Path { |
| 560 | Path::new(Application::workspace_directory(self)) |
| 561 | } |
| 562 | } |
| 563 | |
| 564 | pub fn get_application_with_invalid_storage_size<T: CloudProvider>( |
nothing calls this directly
no test coverage detected