(&mut self, props: Self::Properties)
| 53 | } |
| 54 | |
| 55 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 56 | self.label = props.label; |
| 57 | // self.onsignal = props.onsignal; |
| 58 | true |
| 59 | } |
| 60 | |
| 61 | fn view(&self) -> Html { |
| 62 | // html! { |
nothing calls this directly
no outgoing calls
no test coverage detected