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