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