(&mut self, _msg: Self::Message)
| 29 | } |
| 30 | |
| 31 | fn update(&mut self, _msg: Self::Message) -> bool { |
| 32 | false |
| 33 | } |
| 34 | |
| 35 | fn change(&mut self, props: Self::Properties) -> bool { |
| 36 | self.props = props; |
nothing calls this directly
no outgoing calls
no test coverage detected