(props: Self::Properties, _: ComponentLink<Self>)
| 25 | type Properties = DrawerHeaderProps; |
| 26 | |
| 27 | fn create(props: Self::Properties, _: ComponentLink<Self>) -> Self { |
| 28 | Self { props } |
| 29 | } |
| 30 | |
| 31 | fn update(&mut self, _msg: Self::Message) -> bool { |
| 32 | false |
nothing calls this directly
no outgoing calls
no test coverage detected