(&mut self, _msg: Self::Message)
| 105 | } |
| 106 | |
| 107 | fn update(&mut self, _msg: Self::Message) -> ShouldRender { |
| 108 | false |
| 109 | } |
| 110 | |
| 111 | fn change(&mut self, props: Self::Properties) -> bool { |
| 112 | if self.props != props { |
nothing calls this directly
no outgoing calls
no test coverage detected