(&mut self, _msg: Self::Message)
| 123 | } |
| 124 | |
| 125 | fn update(&mut self, _msg: Self::Message) -> ShouldRender { |
| 126 | false |
| 127 | } |
| 128 | |
| 129 | fn change(&mut self, props: Self::Properties) -> bool { |
| 130 | self.props = props; |
nothing calls this directly
no outgoing calls
no test coverage detected