(&self)
| 195 | |
| 196 | impl Drawer { |
| 197 | fn classes(&self) -> String { |
| 198 | if self.props.open { |
| 199 | "mdc-drawer mdc-drawer--modal mdc-drawer--open".into() |
| 200 | } else { |
| 201 | "mdc-drawer mdc-drawer--modal".into() |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | |
| 206 | // Big Unusable Magic |
nothing calls this directly
no outgoing calls
no test coverage detected