(&mut self, _msg: Self::Message)
| 59 | } |
| 60 | |
| 61 | fn update(&mut self, _msg: Self::Message) -> ShouldRender { |
| 62 | false |
| 63 | } |
| 64 | |
| 65 | fn change(&mut self, props: Self::Properties) -> bool { |
| 66 | if self.props != props { |
nothing calls this directly
no outgoing calls
no test coverage detected