(&mut self, props: Self::Properties)
| 47 | } |
| 48 | |
| 49 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 50 | // self.label = props.label; |
| 51 | // self.onsignal = props.onsignal; |
| 52 | true |
| 53 | } |
| 54 | |
| 55 | |
| 56 | // indeterminate?=to_option(props.indeterminate) |
nothing calls this directly
no outgoing calls
no test coverage detected