(&self)
| 210 | } |
| 211 | |
| 212 | pub fn close(&self) { |
| 213 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 214 | // .node_ref |
| 215 | // .cast::<Dialog>() |
| 216 | // .unwrap() |
| 217 | // .close() |
| 218 | } |
| 219 | } |
| 220 | |
| 221 | // fn action_from_event(event: &Event) -> String { |
nothing calls this directly
no outgoing calls
no test coverage detected