(&self)
| 202 | } |
| 203 | |
| 204 | pub fn show(&self) { |
| 205 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 206 | // .node_ref |
| 207 | // .cast::<Dialog>() |
| 208 | // .unwrap() |
| 209 | // .show() |
| 210 | } |
| 211 | |
| 212 | pub fn close(&self) { |
| 213 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
nothing calls this directly
no outgoing calls
no test coverage detected