(&mut self, props: Self::Properties)
| 38 | } |
| 39 | |
| 40 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 41 | // self.label = props.label; |
| 42 | // self.onsignal = props.onsignal; |
| 43 | true |
| 44 | } |
| 45 | |
| 46 | fn view(&self) -> Html { |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected