(&mut self, status: Option<String>)
| 23 | } |
| 24 | |
| 25 | pub fn set_status(&mut self, status: Option<String>) { |
| 26 | self.status = status; |
| 27 | } |
| 28 | |
| 29 | pub fn begin_theme_preview(&mut self) { |
| 30 | if self.theme_preview_original.is_none() { |
no outgoing calls
no test coverage detected