(&mut self, props: Self::Properties)
| 81 | } |
| 82 | |
| 83 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 84 | self.label = props.label; |
| 85 | // self.onsignal = props.onsignal; |
| 86 | true |
| 87 | } |
| 88 | |
| 89 | fn view(&self) -> Html { |
| 90 | html! { |
nothing calls this directly
no outgoing calls
no test coverage detected