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