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