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