(&self, val: usize)
| 242 | |
| 243 | impl WeakComponentLink<Select> { |
| 244 | pub fn select(&self, val: usize) { |
| 245 | // let c = (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 246 | // .node_ref |
| 247 | // .clone(); |
| 248 | // let select_element = c.cast::<Select>().unwrap(); |
| 249 | // select_element.select(val); |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | impl Select { |
nothing calls this directly
no outgoing calls
no test coverage detected