(&mut self, props: Self::Properties)
| 71 | } |
| 72 | |
| 73 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 74 | self.label = props.label; |
| 75 | // self.onsignal = props.onsignal; |
| 76 | true |
| 77 | } |
| 78 | |
| 79 | fn view(&self) -> Html { |
| 80 | // html! { |
nothing calls this directly
no outgoing calls
no test coverage detected